#B04F82

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

Shades of Royal Heath #B04F82

Tints of Royal Heath #B04F82

Color information

#B04F82 (or 0xB04F82) is unknown color: approx Royal Heath. HEX triplet: B0, 4F and 82. RGB value is (176,79,130). Sum of RGB (Red+Green+Blue) = 176+79+130=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04F82 is #4FB07D. Grayscale: #717171. Windows color (decimal): -5222526 or 8540080. OLE color: 8540080.

HSL color Cylindrical-coordinate representation of color #B04F82: hue angle of 328.45º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B04F82 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB17679130-
CMYK00.550.260.31
HSL328.45º38.04%50%-
HSV(B)328.45º55.11%69.02%-
XYZ24.7316.4322.99-
YUV113.82137.14172.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.71%
GREEN value IS 79 (31.25% from 255) = 20.52%
BLUE value IS 130 (51.17% from 255) = 33.77%
R=45.71%
G=20.52%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767913000.550.260.31328.4538.0450
HexB04F820371A1F1482632
Octal26011720206732375104662
Binary1011000010011111000001001101111101011111101001000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04F82; }

 p { color: rgb(176,79,130); }

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

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

 a { background-color: rgb(176,79,130); }

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

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

 span { border-color: rgb(176,79,130); }

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