#B45980

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

Shades of Royal Heath #B45980

Tints of Royal Heath #B45980

Color information

#B45980 (or 0xB45980) is unknown color: approx Royal Heath. HEX triplet: B4, 59 and 80. RGB value is (180,89,128). Sum of RGB (Red+Green+Blue) = 180+89+128=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B45980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45980 is #4BA67F. Grayscale: #787878. Windows color (decimal): -4957824 or 8411572. OLE color: 8411572.

HSL color Cylindrical-coordinate representation of color #B45980: hue angle of 334.29º 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 #B45980 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB18089128-
CMYK00.510.290.29
HSL334.29º37.76%52.75%-
HSV(B)334.29º50.56%70.59%-
XYZ26.2918.4122.59-
YUV120.65132.15170.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.34%
GREEN value IS 89 (35.16% from 255) = 22.42%
BLUE value IS 128 (50.39% from 255) = 32.24%
R=45.34%
G=22.42%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808912800.510.290.29334.2937.7652.75
HexB459800331D1D14e2635
Octal26413120006335355164665
Binary1011010010110011000000001100111110111101101001110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45980; }

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

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

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

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

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

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

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

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