#B04881

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

Shades of Royal Heath #B04881

Tints of Royal Heath #B04881

Color information

#B04881 (or 0xB04881) is unknown color: approx Royal Heath. HEX triplet: B0, 48 and 81. RGB value is (176,72,129). Sum of RGB (Red+Green+Blue) = 176+72+129=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B04881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04881 is #4FB77E. Grayscale: #6D6D6D. Windows color (decimal): -5224319 or 8472752. OLE color: 8472752.

HSL color Cylindrical-coordinate representation of color #B04881: hue angle of 327.12º 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 #B04881 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB17672129-
CMYK00.590.270.31
HSL327.12º41.94%48.63%-
HSV(B)327.12º59.09%69.02%-
XYZ24.1815.4522.48-
YUV109.59138.96175.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.68%
GREEN value IS 72 (28.52% from 255) = 19.10%
BLUE value IS 129 (50.78% from 255) = 34.22%
R=46.68%
G=19.10%
B=34.22%

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
Decimal1767212900.590.270.31327.1241.9448.63
HexB0488103B1B1F1472a31
Octal26011020107333375075261
Binary1011000010010001000000101110111101111111101000111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04881; }

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

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

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

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

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

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

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

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