#B04880

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

Shades of Royal Heath #B04880

Tints of Royal Heath #B04880

Color information

#B04880 (or 0xB04880) is unknown color: approx Royal Heath. HEX triplet: B0, 48 and 80. RGB value is (176,72,128). Sum of RGB (Red+Green+Blue) = 176+72+128=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B04880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04880 is #4FB77F. Grayscale: #6D6D6D. Windows color (decimal): -5224320 or 8407216. OLE color: 8407216.

HSL color Cylindrical-coordinate representation of color #B04880: hue angle of 327.69º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B04880 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB17672128-
CMYK00.590.270.31
HSL327.69º41.94%48.63%-
HSV(B)327.69º59.09%69.02%-
XYZ24.1215.4222.13-
YUV109.48138.46175.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.81%
GREEN value IS 72 (28.52% from 255) = 19.15%
BLUE value IS 128 (50.39% from 255) = 34.04%
R=46.81%
G=19.15%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767212800.590.270.31327.6941.9448.63
HexB0488003B1B1F1482a31
Octal26011020007333375105261
Binary1011000010010001000000001110111101111111101001000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04880; }

 p { color: rgb(176,72,128); }

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

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

 a { background-color: rgb(176,72,128); }

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

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

 span { border-color: rgb(176,72,128); }

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