#B2557D

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

Shades of Royal Heath #B2557D

Tints of Royal Heath #B2557D

Color information

#B2557D (or 0xB2557D) is unknown color: approx Royal Heath. HEX triplet: B2, 55 and 7D. RGB value is (178,85,125). Sum of RGB (Red+Green+Blue) = 178+85+125=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B2557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2557D is #4DAA82. Grayscale: #757575. Windows color (decimal): -5089923 or 8213938. OLE color: 8213938.

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

Color convert

RGB17885125-
CMYK00.520.300.30
HSL334.19º37.65%51.57%-
HSV(B)334.19º52.25%69.8%-
XYZ25.3117.4421.43-
YUV117.37132.31171.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.88%
GREEN value IS 85 (33.59% from 255) = 21.91%
BLUE value IS 125 (49.22% from 255) = 32.22%
R=45.88%
G=21.91%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788512500.520.300.30334.1937.6551.57
HexB2557D0341E1E14e2634
Octal26212517506436365164664
Binary101100101010101111110101101001111011110101001110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2557D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2557D; }

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

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

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

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

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

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

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

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