#B35983

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

Shades of Royal Heath #B35983

Tints of Royal Heath #B35983

Color information

#B35983 (or 0xB35983) is unknown color: approx Royal Heath. HEX triplet: B3, 59 and 83. RGB value is (179,89,131). Sum of RGB (Red+Green+Blue) = 179+89+131=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 179 - color contains mainly: red. Hex color #B35983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35983 is #4CA67C. Grayscale: #787878. Windows color (decimal): -5023357 or 8608179. OLE color: 8608179.

HSL color Cylindrical-coordinate representation of color #B35983: hue angle of 332º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B35983 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB17989131-
CMYK00.500.270.30
HSL332º37.19%52.55%-
HSV(B)332º50.28%70.2%-
XYZ26.2618.3723.63-
YUV120.7133.82169.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.86%
GREEN value IS 89 (35.16% from 255) = 22.31%
BLUE value IS 131 (51.56% from 255) = 32.83%
R=44.86%
G=22.31%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798913100.500.270.3033237.1952.55
HexB359830321B1E14c2535
Octal26313120306233365144565
Binary1011001110110011000001101100101101111110101001100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35983; }

 p { color: rgb(179,89,131); }

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

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

 a { background-color: rgb(179,89,131); }

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

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

 span { border-color: rgb(179,89,131); }

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