#B35684

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

Shades of Royal Heath #B35684

Tints of Royal Heath #B35684

Color information

#B35684 (or 0xB35684) is unknown color: approx Royal Heath. HEX triplet: B3, 56 and 84. RGB value is (179,86,132). Sum of RGB (Red+Green+Blue) = 179+86+132=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B35684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35684 is #4CA97B. Grayscale: #767676. Windows color (decimal): -5024124 or 8672947. OLE color: 8672947.

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

Color convert

RGB17986132-
CMYK00.520.260.30
HSL330.32º37.96%51.96%-
HSV(B)330.32º51.96%70.2%-
XYZ26.0817.9123.91-
YUV119.05135.31170.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.09%
GREEN value IS 86 (33.98% from 255) = 21.66%
BLUE value IS 132 (51.95% from 255) = 33.25%
R=45.09%
G=21.66%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798613200.520.260.30330.3237.9651.96
HexB356840341A1E14a2634
Octal26312620406432365124664
Binary1011001110101101000010001101001101011110101001010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35684; }

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

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

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

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

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

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

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

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