#B44D82

Color #B44D82 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #B44D82

Tints of Royal Heath #B44D82

Color information

#B44D82 (or 0xB44D82) is unknown color: approx Royal Heath. HEX triplet: B4, 4D and 82. RGB value is (180,77,130). Sum of RGB (Red+Green+Blue) = 180+77+130=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B44D82 is #4BB27D. Grayscale: #717171. Windows color (decimal): -4960894 or 8539572. OLE color: 8539572.

HSL color Cylindrical-coordinate representation of color #B44D82: hue angle of 329.13º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B44D82 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB18077130-
CMYK00.570.280.29
HSL329.13º40.71%50.39%-
HSV(B)329.13º57.22%70.59%-
XYZ25.5116.6222.98-
YUV113.84137.12175.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.51%
GREEN value IS 77 (30.47% from 255) = 19.90%
BLUE value IS 130 (51.17% from 255) = 33.59%
R=46.51%
G=19.90%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807713000.570.280.29329.1340.7150.39
HexB44D820391C1D1492932
Octal26411520207134355115162
Binary1011010010011011000001001110011110011101101001001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44D82; }

 p { color: rgb(180,77,130); }

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

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

 a { background-color: rgb(180,77,130); }

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

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

 span { border-color: rgb(180,77,130); }

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