#B2557B

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

Shades of Royal Heath #B2557B

Tints of Royal Heath #B2557B

Color information

#B2557B (or 0xB2557B) is unknown color: approx Royal Heath. HEX triplet: B2, 55 and 7B. RGB value is (178,85,123). Sum of RGB (Red+Green+Blue) = 178+85+123=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B2557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2557B is #4DAA84. Grayscale: #757575. Windows color (decimal): -5089925 or 8082866. OLE color: 8082866.

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

Color convert

RGB17885123-
CMYK00.520.310.30
HSL335.48º37.65%51.57%-
HSV(B)335.48º52.25%69.8%-
XYZ25.1817.3920.77-
YUV117.14131.31171.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.11%
GREEN value IS 85 (33.59% from 255) = 22.02%
BLUE value IS 123 (48.44% from 255) = 31.87%
R=46.11%
G=22.02%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788512300.520.310.30335.4837.6551.57
HexB2557B0341F1E14f2634
Octal26212517306437365174664
Binary101100101010101111101101101001111111110101001111100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2557B; }

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

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

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

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

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

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

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

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