#b35081

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

Shades of Royal Heath #B35081

Tints of Royal Heath #B35081

Color information

#B35081 (or 0xB35081) is unknown color: approx Royal Heath. HEX triplet: B3, 50 and 81. RGB value is (179,80,129). Sum of RGB (Red+Green+Blue) = 179+80+129=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B35081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35081 is #4CAF7E. Grayscale: #737373. Windows color (decimal): -5025663 or 8474803. OLE color: 8474803.

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

Color convert

RGB17980129-
CMYK00.550.280.30
HSL330.3º39.44%50.78%-
HSV(B)330.3º55.31%70.2%-
XYZ25.4216.9122.69-
YUV115.19135.8173.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.13%
GREEN value IS 80 (31.64% from 255) = 20.62%
BLUE value IS 129 (50.78% from 255) = 33.25%
R=46.13%
G=20.62%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798012900.550.280.30330.339.4450.78
HexB350810371C1E14a2733
Octal26312020106734365124763
Binary1011001110100001000000101101111110011110101001010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b35081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b35081; }

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

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

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

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

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

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

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

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