#B2557E

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

Shades of Royal Heath #B2557E

Tints of Royal Heath #B2557E

Color information

#B2557E (or 0xB2557E) is unknown color: approx Royal Heath. HEX triplet: B2, 55 and 7E. RGB value is (178,85,126). Sum of RGB (Red+Green+Blue) = 178+85+126=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B2557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2557E is #4DAA81. Grayscale: #757575. Windows color (decimal): -5089922 or 8279474. OLE color: 8279474.

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

Color convert

RGB17885126-
CMYK00.520.290.30
HSL333.55º37.65%51.57%-
HSV(B)333.55º52.25%69.8%-
XYZ25.3717.4721.77-
YUV117.48132.81171.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.76%
GREEN value IS 85 (33.59% from 255) = 21.85%
BLUE value IS 126 (49.61% from 255) = 32.39%
R=45.76%
G=21.85%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788512600.520.290.30333.5537.6551.57
HexB2557E0341D1E14e2634
Octal26212517606435365164664
Binary101100101010101111111001101001110111110101001110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2557E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2557E; }

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

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

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

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

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

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

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

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