#B35881

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

Shades of Royal Heath #B35881

Tints of Royal Heath #B35881

Color information

#B35881 (or 0xB35881) is unknown color: approx Royal Heath. HEX triplet: B3, 58 and 81. RGB value is (179,88,129). Sum of RGB (Red+Green+Blue) = 179+88+129=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B35881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35881 is #4CA77E. Grayscale: #777777. Windows color (decimal): -5023615 or 8476851. OLE color: 8476851.

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

Color convert

RGB17988129-
CMYK00.510.280.30
HSL332.97º37.45%52.35%-
HSV(B)332.97º50.84%70.2%-
XYZ26.0418.1522.9-
YUV119.88133.15170.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.20%
GREEN value IS 88 (34.77% from 255) = 22.22%
BLUE value IS 129 (50.78% from 255) = 32.58%
R=45.20%
G=22.22%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798812900.510.280.30332.9737.4552.35
HexB358810331C1E14d2534
Octal26313020106334365154564
Binary1011001110110001000000101100111110011110101001101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35881; }

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

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

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

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

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

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

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

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