#B0447B

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

Shades of Royal Heath #B0447B

Tints of Royal Heath #B0447B

Color information

#B0447B (or 0xB0447B) is unknown color: approx Royal Heath. HEX triplet: B0, 44 and 7B. RGB value is (176,68,123). Sum of RGB (Red+Green+Blue) = 176+68+123=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B0447B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0447B is #4FBB84. Grayscale: #6A6A6A. Windows color (decimal): -5225349 or 8078512. OLE color: 8078512.

HSL color Cylindrical-coordinate representation of color #B0447B: hue angle of 329.44º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0447B is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB17668123-
CMYK00.610.300.31
HSL329.44º44.26%47.84%-
HSV(B)329.44º61.36%69.02%-
XYZ23.5514.7920.35-
YUV106.56137.28177.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.96%
GREEN value IS 68 (26.95% from 255) = 18.53%
BLUE value IS 123 (48.44% from 255) = 33.51%
R=47.96%
G=18.53%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766812300.610.300.31329.4444.2647.84
HexB0447B03D1E1F1492c30
Octal26010417307536375115460
Binary101100001000100111101101111011111011111101001001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0447B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0447B; }

 p { color: rgb(176,68,123); }

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

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

 a { background-color: rgb(176,68,123); }

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

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

 span { border-color: rgb(176,68,123); }

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