#B35883

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

Shades of Royal Heath #B35883

Tints of Royal Heath #B35883

Color information

#B35883 (or 0xB35883) is unknown color: approx Royal Heath. HEX triplet: B3, 58 and 83. RGB value is (179,88,131). Sum of RGB (Red+Green+Blue) = 179+88+131=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 179 - color contains mainly: red. Hex color #B35883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35883 is #4CA77C. Grayscale: #787878. Windows color (decimal): -5023613 or 8607923. OLE color: 8607923.

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

Color convert

RGB17988131-
CMYK00.510.270.30
HSL331.65º37.45%52.35%-
HSV(B)331.65º50.84%70.2%-
XYZ26.1818.223.61-
YUV120.11134.15170-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.97%
GREEN value IS 88 (34.77% from 255) = 22.11%
BLUE value IS 131 (51.56% from 255) = 32.91%
R=44.97%
G=22.11%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798813100.510.270.30331.6537.4552.35
HexB358830331B1E14c2534
Octal26313020306333365144564
Binary1011001110110001000001101100111101111110101001100100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35883; }

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

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

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

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

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

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

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

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