#B5457E

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

Shades of Royal Heath #B5457E

Tints of Royal Heath #B5457E

Color information

#B5457E (or 0xB5457E) is unknown color: approx Royal Heath. HEX triplet: B5, 45 and 7E. RGB value is (181,69,126). Sum of RGB (Red+Green+Blue) = 181+69+126=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B5457E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5457E is #4ABA81. Grayscale: #6C6C6C. Windows color (decimal): -4897410 or 8275381. OLE color: 8275381.

HSL color Cylindrical-coordinate representation of color #B5457E: hue angle of 329.46º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B5457E is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB18169126-
CMYK00.620.300.29
HSL329.46º44.8%49.02%-
HSV(B)329.46º61.88%70.98%-
XYZ24.9515.5921.43-
YUV108.99137.61179.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.14%
GREEN value IS 69 (27.34% from 255) = 18.35%
BLUE value IS 126 (49.61% from 255) = 33.51%
R=48.14%
G=18.35%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816912600.620.300.29329.4644.849.02
HexB5457E03E1E1D1492d31
Octal26510517607636355115561
Binary101101011000101111111001111101111011101101001001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5457E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5457E; }

 p { color: rgb(181,69,126); }

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

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

 a { background-color: rgb(181,69,126); }

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

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

 span { border-color: rgb(181,69,126); }

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