#B44E81

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

Shades of Royal Heath #B44E81

Tints of Royal Heath #B44E81

Color information

#B44E81 (or 0xB44E81) is unknown color: approx Royal Heath. HEX triplet: B4, 4E and 81. RGB value is (180,78,129). Sum of RGB (Red+Green+Blue) = 180+78+129=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B44E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B44E81 is #4BB17E. Grayscale: #727272. Windows color (decimal): -4960639 or 8474292. OLE color: 8474292.

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

Color convert

RGB18078129-
CMYK00.570.280.29
HSL330º40.48%50.59%-
HSV(B)330º56.67%70.59%-
XYZ25.5116.7422.65-
YUV114.31136.29174.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.51%
GREEN value IS 78 (30.86% from 255) = 20.16%
BLUE value IS 129 (50.78% from 255) = 33.33%
R=46.51%
G=20.16%
B=33.33%

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
Decimal1807812900.570.280.2933040.4850.59
HexB44E810391C1D14a2833
Octal26411620107134355125063
Binary1011010010011101000000101110011110011101101001010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44E81; }

 p { color: rgb(180,78,129); }

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

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

 a { background-color: rgb(180,78,129); }

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

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

 span { border-color: rgb(180,78,129); }

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