#B35978

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

Shades of Royal Heath #B35978

Tints of Royal Heath #B35978

Color information

#B35978 (or 0xB35978) is unknown color: approx Royal Heath. HEX triplet: B3, 59 and 78. RGB value is (179,89,120). Sum of RGB (Red+Green+Blue) = 179+89+120=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B35978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35978 is #4CA687. Grayscale: #777777. Windows color (decimal): -5023368 or 7887283. OLE color: 7887283.

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

Color convert

RGB17989120-
CMYK00.500.330.30
HSL339.33º37.19%52.55%-
HSV(B)339.33º50.28%70.2%-
XYZ25.5518.0819.91-
YUV119.44128.32170.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.13%
GREEN value IS 89 (35.16% from 255) = 22.94%
BLUE value IS 120 (47.27% from 255) = 30.93%
R=46.13%
G=22.94%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798912000.500.330.30339.3337.1952.55
HexB35978032211E1532535
Octal26313117006241365234565
Binary1011001110110011111000011001010000111110101010011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35978; }

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

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

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

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

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

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

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

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