#B5457D

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

Shades of Royal Heath #B5457D

Tints of Royal Heath #B5457D

Color information

#B5457D (or 0xB5457D) is unknown color: approx Royal Heath. HEX triplet: B5, 45 and 7D. RGB value is (181,69,125). Sum of RGB (Red+Green+Blue) = 181+69+125=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B5457D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5457D is #4ABA82. Grayscale: #6C6C6C. Windows color (decimal): -4897411 or 8209845. OLE color: 8209845.

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

Color convert

RGB18169125-
CMYK00.620.310.29
HSL330º44.8%49.02%-
HSV(B)330º61.88%70.98%-
XYZ24.8915.5621.09-
YUV108.87137.11179.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.27%
GREEN value IS 69 (27.34% from 255) = 18.4%
BLUE value IS 125 (49.22% from 255) = 33.33%
R=48.27%
G=18.4%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816912500.620.310.2933044.849.02
HexB5457D03E1F1D14a2d31
Octal26510517507637355125561
Binary101101011000101111110101111101111111101101001010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5457D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5457D; }

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

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

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

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

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

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

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

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