#B3477B

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

Shades of Royal Heath #B3477B

Tints of Royal Heath #B3477B

Color information

#B3477B (or 0xB3477B) is unknown color: approx Royal Heath. HEX triplet: B3, 47 and 7B. RGB value is (179,71,123). Sum of RGB (Red+Green+Blue) = 179+71+123=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B3477B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3477B is #4CB884. Grayscale: #6D6D6D. Windows color (decimal): -5027973 or 8079283. OLE color: 8079283.

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

Color convert

RGB17971123-
CMYK00.600.310.30
HSL331.11º43.2%49.02%-
HSV(B)331.11º60.34%70.2%-
XYZ24.4215.5220.45-
YUV109.22135.78177.77-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.99%
GREEN value IS 71 (28.12% from 255) = 19.03%
BLUE value IS 123 (48.44% from 255) = 32.98%
R=47.99%
G=19.03%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797112300.600.310.30331.1143.249.02
HexB3477B03C1F1E14b2b31
Octal26310717307437365135361
Binary101100111000111111101101111001111111110101001011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3477B; }

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

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

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

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

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

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

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

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