#B0477D

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

Shades of Royal Heath #B0477D

Tints of Royal Heath #B0477D

Color information

#B0477D (or 0xB0477D) is unknown color: approx Royal Heath. HEX triplet: B0, 47 and 7D. RGB value is (176,71,125). Sum of RGB (Red+Green+Blue) = 176+71+125=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B0477D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0477D is #4FB882. Grayscale: #6C6C6C. Windows color (decimal): -5224579 or 8210352. OLE color: 8210352.

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

Color convert

RGB17671125-
CMYK00.600.290.31
HSL329.14º42.51%48.43%-
HSV(B)329.14º59.66%69.02%-
XYZ23.8615.2221.08-
YUV108.55137.29176.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.31%
GREEN value IS 71 (28.12% from 255) = 19.09%
BLUE value IS 125 (49.22% from 255) = 33.60%
R=47.31%
G=19.09%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767112500.600.290.31329.1442.5148.43
HexB0477D03C1D1F1492b30
Octal26010717507435375115360
Binary101100001000111111110101111001110111111101001001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0477D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0477D; }

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

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

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

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

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

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

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

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