#B45981

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

Shades of Royal Heath #B45981

Tints of Royal Heath #B45981

Color information

#B45981 (or 0xB45981) is unknown color: approx Royal Heath. HEX triplet: B4, 59 and 81. RGB value is (180,89,129). Sum of RGB (Red+Green+Blue) = 180+89+129=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B45981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45981 is #4BA67E. Grayscale: #787878. Windows color (decimal): -4957823 or 8477108. OLE color: 8477108.

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

Color convert

RGB18089129-
CMYK00.510.280.29
HSL333.63º37.76%52.75%-
HSV(B)333.63º50.56%70.59%-
XYZ26.3618.4322.94-
YUV120.77132.65170.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.23%
GREEN value IS 89 (35.16% from 255) = 22.36%
BLUE value IS 129 (50.78% from 255) = 32.41%
R=45.23%
G=22.36%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808912900.510.280.29333.6337.7652.75
HexB459810331C1D14e2635
Octal26413120106334355164665
Binary1011010010110011000000101100111110011101101001110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45981; }

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

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

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

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

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

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

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

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