#B35A78

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

Shades of Royal Heath #B35A78

Tints of Royal Heath #B35A78

Color information

#B35A78 (or 0xB35A78) is unknown color: approx Royal Heath. HEX triplet: B3, 5A and 78. RGB value is (179,90,120). Sum of RGB (Red+Green+Blue) = 179+90+120=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35A78 is #4CA587. Grayscale: #777777. Windows color (decimal): -5023112 or 7887539. OLE color: 7887539.

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

Color convert

RGB17990120-
CMYK00.500.330.30
HSL339.78º36.93%52.75%-
HSV(B)339.78º49.72%70.2%-
XYZ25.6418.2519.94-
YUV120.03127.99170.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.02%
GREEN value IS 90 (35.55% from 255) = 23.14%
BLUE value IS 120 (47.27% from 255) = 30.85%
R=46.02%
G=23.14%
B=30.85%

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
Decimal1799012000.500.330.30339.7836.9352.75
HexB35A78032211E1542535
Octal26313217006241365244565
Binary1011001110110101111000011001010000111110101010100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35A78; }

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

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

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

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

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

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

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

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