#BE5480

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

Shades of Royal Heath #BE5480

Tints of Royal Heath #BE5480

Color information

#BE5480 (or 0xBE5480) is unknown color: approx Royal Heath. HEX triplet: BE, 54 and 80. RGB value is (190,84,128). Sum of RGB (Red+Green+Blue) = 190+84+128=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5480 is #41AB7F. Grayscale: #787878. Windows color (decimal): -4303744 or 8410302. OLE color: 8410302.

HSL color Cylindrical-coordinate representation of color #BE5480: hue angle of 335.09º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE5480 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB19084128-
CMYK00.560.330.25
HSL335.09º44.92%53.73%-
HSV(B)335.09º55.79%74.51%-
XYZ28.318.8522.57-
YUV120.71132.12177.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.26%
GREEN value IS 84 (33.20% from 255) = 20.90%
BLUE value IS 128 (50.39% from 255) = 31.84%
R=47.26%
G=20.90%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908412800.560.330.25335.0944.9253.73
HexBE5480038211914f2d36
Octal27612420007041315175566
Binary10111110101010010000000011100010000111001101001111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5480; }

 p { color: rgb(190,84,128); }

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

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

 a { background-color: rgb(190,84,128); }

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

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

 span { border-color: rgb(190,84,128); }

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