#B35182

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

Shades of Royal Heath #B35182

Tints of Royal Heath #B35182

Color information

#B35182 (or 0xB35182) is unknown color: approx Royal Heath. HEX triplet: B3, 51 and 82. RGB value is (179,81,130). Sum of RGB (Red+Green+Blue) = 179+81+130=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 179 - color contains mainly: red. Hex color #B35182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35182 is #4CAE7D. Grayscale: #737373. Windows color (decimal): -5025406 or 8540595. OLE color: 8540595.

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

Color convert

RGB17981130-
CMYK00.550.270.30
HSL330º39.2%50.98%-
HSV(B)330º54.75%70.2%-
XYZ25.5617.0823.07-
YUV115.89135.97173.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.90%
GREEN value IS 81 (32.03% from 255) = 20.77%
BLUE value IS 130 (51.17% from 255) = 33.33%
R=45.90%
G=20.77%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798113000.550.270.3033039.250.98
HexB351820371B1E14a2733
Octal26312120206733365124763
Binary1011001110100011000001001101111101111110101001010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35182; }

 p { color: rgb(179,81,130); }

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

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

 a { background-color: rgb(179,81,130); }

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

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

 span { border-color: rgb(179,81,130); }

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