#B44284

Color #B44284 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #B44284

Tints of Medium Red Violet #B44284

Color information

#B44284 (or 0xB44284) is unknown color: approx Medium Red Violet. HEX triplet: B4, 42 and 84. RGB value is (180,66,132). Sum of RGB (Red+Green+Blue) = 180+66+132=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B44284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44284 is #4BBD7B. Grayscale: #6B6B6B. Windows color (decimal): -4963708 or 8667828. OLE color: 8667828.

HSL color Cylindrical-coordinate representation of color #B44284: hue angle of 325.26º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B44284 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB18066132-
CMYK00.630.270.29
HSL325.26º46.34%48.24%-
HSV(B)325.26º63.33%70.59%-
XYZ24.9415.2723.46-
YUV107.61141.77179.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 47.62%
GREEN value IS 66 (26.17% from 255) = 17.46%
BLUE value IS 132 (51.95% from 255) = 34.92%
R=47.62%
G=17.46%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806613200.630.270.29325.2646.3448.24
HexB4428403F1B1D1452e30
Octal26410220407733355055660
Binary1011010010000101000010001111111101111101101000101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44284; }

 p { color: rgb(180,66,132); }

 H1.HeaderClassName
 {
   color: #B44284;
 }
 .AnyTagClassName
 {
   color: #B44284;
 }
</style>
background-color css

<style>
 a { background-color: #B44284; }

 a { background-color: rgb(180,66,132); }

 div.DivClassName
 {
   background-color: #B44284;
 }
 .BgClassName
 {
   background-color: #B44284;
 }
</style>
border-color css

<style>
 span { border-color: #B44284; }

 span { border-color: rgb(180,66,132); }

 td.TdClassName
 {
   border-color: #B44284;
 }
 .TagClassName
 {
   border-color: #B44284;
 }
</style>