#B0427A

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

Shades of Royal Heath #B0427A

Tints of Royal Heath #B0427A

Color information

#B0427A (or 0xB0427A) is unknown color: approx Royal Heath. HEX triplet: B0, 42 and 7A. RGB value is (176,66,122). Sum of RGB (Red+Green+Blue) = 176+66+122=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B0427A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0427A is #4FBD85. Grayscale: #696969. Windows color (decimal): -5225862 or 8012464. OLE color: 8012464.

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

Color convert

RGB17666122-
CMYK00.620.310.31
HSL329.45º45.45%47.45%-
HSV(B)329.45º62.5%69.02%-
XYZ23.3714.5319.99-
YUV105.27137.44178.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.35%
GREEN value IS 66 (26.17% from 255) = 18.13%
BLUE value IS 122 (48.05% from 255) = 33.52%
R=48.35%
G=18.13%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766612200.620.310.31329.4545.4547.45
HexB0427A03E1F1F1492d2f
Octal26010217207637375115557
Binary101100001000010111101001111101111111111101001001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0427A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0427A; }

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

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

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

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

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

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

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

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