#B0427C

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

Shades of Royal Heath #B0427C

Tints of Royal Heath #B0427C

Color information

#B0427C (or 0xB0427C) is unknown color: approx Royal Heath. HEX triplet: B0, 42 and 7C. RGB value is (176,66,124). Sum of RGB (Red+Green+Blue) = 176+66+124=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B0427C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0427C is #4FBD83. Grayscale: #696969. Windows color (decimal): -5225860 or 8143536. OLE color: 8143536.

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

Color convert

RGB17666124-
CMYK00.620.300.31
HSL328.36º45.45%47.45%-
HSV(B)328.36º62.5%69.02%-
XYZ23.4914.5820.65-
YUV105.5138.44178.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.09%
GREEN value IS 66 (26.17% from 255) = 18.03%
BLUE value IS 124 (48.83% from 255) = 33.88%
R=48.09%
G=18.03%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766612400.620.300.31328.3645.4547.45
HexB0427C03E1E1F1482d2f
Octal26010217407636375105557
Binary101100001000010111110001111101111011111101001000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0427C; }

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

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

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

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

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

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

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

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