#B2457C

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

Shades of Royal Heath #B2457C

Tints of Royal Heath #B2457C

Color information

#B2457C (or 0xB2457C) is unknown color: approx Royal Heath. HEX triplet: B2, 45 and 7C. RGB value is (178,69,124). Sum of RGB (Red+Green+Blue) = 178+69+124=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2457C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2457C is #4DBA83. Grayscale: #6B6B6B. Windows color (decimal): -5094020 or 8144306. OLE color: 8144306.

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

Color convert

RGB17869124-
CMYK00.610.300.30
HSL329.72º44.13%48.43%-
HSV(B)329.72º61.24%69.8%-
XYZ24.1315.1820.73-
YUV107.86137.11178.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.98%
GREEN value IS 69 (27.34% from 255) = 18.60%
BLUE value IS 124 (48.83% from 255) = 33.42%
R=47.98%
G=18.60%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786912400.610.300.30329.7244.1348.43
HexB2457C03D1E1E14a2c30
Octal26210517407536365125460
Binary101100101000101111110001111011111011110101001010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2457C; }

 p { color: rgb(178,69,124); }

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

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

 a { background-color: rgb(178,69,124); }

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

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

 span { border-color: rgb(178,69,124); }

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