#B0477B

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

Shades of Royal Heath #B0477B

Tints of Royal Heath #B0477B

Color information

#B0477B (or 0xB0477B) is unknown color: approx Royal Heath. HEX triplet: B0, 47 and 7B. RGB value is (176,71,123). Sum of RGB (Red+Green+Blue) = 176+71+123=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B0477B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0477B is #4FB884. Grayscale: #6C6C6C. Windows color (decimal): -5224581 or 8079280. OLE color: 8079280.

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

Color convert

RGB17671123-
CMYK00.600.300.31
HSL330.29º42.51%48.43%-
HSV(B)330.29º59.66%69.02%-
XYZ23.7315.1720.42-
YUV108.32136.29176.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.57%
GREEN value IS 71 (28.12% from 255) = 19.19%
BLUE value IS 123 (48.44% from 255) = 33.24%
R=47.57%
G=19.19%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767112300.600.300.31330.2942.5148.43
HexB0477B03C1E1F14a2b30
Octal26010717307436375125360
Binary101100001000111111101101111001111011111101001010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0477B; }

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

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

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

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

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

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

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

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