#B04278

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

Shades of Royal Heath #B04278

Tints of Royal Heath #B04278

Color information

#B04278 (or 0xB04278) is unknown color: approx Royal Heath. HEX triplet: B0, 42 and 78. RGB value is (176,66,120). Sum of RGB (Red+Green+Blue) = 176+66+120=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B04278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04278 is #4FBD87. Grayscale: #686868. Windows color (decimal): -5225864 or 7881392. OLE color: 7881392.

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

Color convert

RGB17666120-
CMYK00.620.320.31
HSL330.55º45.45%47.45%-
HSV(B)330.55º62.5%69.02%-
XYZ23.2414.4819.34-
YUV105.05136.44178.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.62%
GREEN value IS 66 (26.17% from 255) = 18.23%
BLUE value IS 120 (47.27% from 255) = 33.15%
R=48.62%
G=18.23%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766612000.620.320.31330.5545.4547.45
HexB0427803E201F14b2d2f
Octal26010217007640375135557
Binary1011000010000101111000011111010000011111101001011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04278; }

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

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

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

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

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

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

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

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