#B0477F

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

Shades of Royal Heath #B0477F

Tints of Royal Heath #B0477F

Color information

#B0477F (or 0xB0477F) is unknown color: approx Royal Heath. HEX triplet: B0, 47 and 7F. RGB value is (176,71,127). Sum of RGB (Red+Green+Blue) = 176+71+127=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B0477F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0477F is #4FB880. Grayscale: #6C6C6C. Windows color (decimal): -5224577 or 8341424. OLE color: 8341424.

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

Color convert

RGB17671127-
CMYK00.600.280.31
HSL328º42.51%48.43%-
HSV(B)328º59.66%69.02%-
XYZ23.9915.2721.76-
YUV108.78138.29175.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.06%
GREEN value IS 71 (28.12% from 255) = 18.98%
BLUE value IS 127 (50% from 255) = 33.96%
R=47.06%
G=18.98%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767112700.600.280.3132842.5148.43
HexB0477F03C1C1F1482b30
Octal26010717707434375105360
Binary101100001000111111111101111001110011111101001000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0477F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0477F; }

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

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

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

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

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

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

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

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