#B3557D

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

Shades of Royal Heath #B3557D

Tints of Royal Heath #B3557D

Color information

#B3557D (or 0xB3557D) is unknown color: approx Royal Heath. HEX triplet: B3, 55 and 7D. RGB value is (179,85,125). Sum of RGB (Red+Green+Blue) = 179+85+125=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B3557D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3557D is #4CAA82. Grayscale: #757575. Windows color (decimal): -5024387 or 8213939. OLE color: 8213939.

HSL color Cylindrical-coordinate representation of color #B3557D: hue angle of 334.47º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B3557D is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB17985125-
CMYK00.530.300.30
HSL334.47º38.21%51.76%-
HSV(B)334.47º52.51%70.2%-
XYZ25.5417.5621.45-
YUV117.67132.14171.75-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.02%
GREEN value IS 85 (33.59% from 255) = 21.85%
BLUE value IS 125 (49.22% from 255) = 32.13%
R=46.02%
G=21.85%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798512500.530.300.30334.4738.2151.76
HexB3557D0351E1E14e2634
Octal26312517506536365164664
Binary101100111010101111110101101011111011110101001110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3557D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3557D; }

 p { color: rgb(179,85,125); }

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

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

 a { background-color: rgb(179,85,125); }

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

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

 span { border-color: rgb(179,85,125); }

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