#B35681

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

Shades of Royal Heath #B35681

Tints of Royal Heath #B35681

Color information

#B35681 (or 0xB35681) is unknown color: approx Royal Heath. HEX triplet: B3, 56 and 81. RGB value is (179,86,129). Sum of RGB (Red+Green+Blue) = 179+86+129=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 179 - color contains mainly: red. Hex color #B35681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35681 is #4CA97E. Grayscale: #767676. Windows color (decimal): -5024127 or 8476339. OLE color: 8476339.

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

Color convert

RGB17986129-
CMYK00.520.280.30
HSL332.26º37.96%51.96%-
HSV(B)332.26º51.96%70.2%-
XYZ25.8817.8222.85-
YUV118.71133.81171-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.43%
GREEN value IS 86 (33.98% from 255) = 21.83%
BLUE value IS 129 (50.78% from 255) = 32.74%
R=45.43%
G=21.83%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798612900.520.280.30332.2637.9651.96
HexB356810341C1E14c2634
Octal26312620106434365144664
Binary1011001110101101000000101101001110011110101001100100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35681; }

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

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

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

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

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

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

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

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