#B04B78

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

Shades of Royal Heath #B04B78

Tints of Royal Heath #B04B78

Color information

#B04B78 (or 0xB04B78) is unknown color: approx Royal Heath. HEX triplet: B0, 4B and 78. RGB value is (176,75,120). Sum of RGB (Red+Green+Blue) = 176+75+120=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B04B78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04B78 is #4FB487. Grayscale: #6E6E6E. Windows color (decimal): -5223560 or 7883696. OLE color: 7883696.

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

Color convert

RGB17675120-
CMYK00.570.320.31
HSL333.27º40.24%49.22%-
HSV(B)333.27º57.39%69.02%-
XYZ23.8115.6219.53-
YUV110.33133.46174.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.44%
GREEN value IS 75 (29.69% from 255) = 20.22%
BLUE value IS 120 (47.27% from 255) = 32.35%
R=47.44%
G=20.22%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767512000.570.320.31333.2740.2449.22
HexB04B78039201F14d2831
Octal26011317007140375155061
Binary1011000010010111111000011100110000011111101001101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04B78; }

 p { color: rgb(176,75,120); }

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

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

 a { background-color: rgb(176,75,120); }

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

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

 span { border-color: rgb(176,75,120); }

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