#B44B81

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

Shades of Royal Heath #B44B81

Tints of Royal Heath #B44B81

Color information

#B44B81 (or 0xB44B81) is unknown color: approx Royal Heath. HEX triplet: B4, 4B and 81. RGB value is (180,75,129). Sum of RGB (Red+Green+Blue) = 180+75+129=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B44B81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44B81 is #4BB47E. Grayscale: #707070. Windows color (decimal): -4961407 or 8473524. OLE color: 8473524.

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

Color convert

RGB18075129-
CMYK00.580.280.29
HSL329.14º41.18%50%-
HSV(B)329.14º58.33%70.59%-
XYZ25.316.3222.59-
YUV112.55137.29176.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.88%
GREEN value IS 75 (29.69% from 255) = 19.53%
BLUE value IS 129 (50.78% from 255) = 33.59%
R=46.88%
G=19.53%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807512900.580.280.29329.1441.1850
HexB44B8103A1C1D1492932
Octal26411320107234355115162
Binary1011010010010111000000101110101110011101101001001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44B81; }

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

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

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

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

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

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

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

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