#BE5280

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

Shades of Royal Heath #BE5280

Tints of Royal Heath #BE5280

Color information

#BE5280 (or 0xBE5280) is unknown color: approx Royal Heath. HEX triplet: BE, 52 and 80. RGB value is (190,82,128). Sum of RGB (Red+Green+Blue) = 190+82+128=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5280 is #41AD7F. Grayscale: #777777. Windows color (decimal): -4304256 or 8409790. OLE color: 8409790.

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

Color convert

RGB19082128-
CMYK00.570.330.25
HSL334.44º45.38%53.33%-
HSV(B)334.44º56.84%74.51%-
XYZ28.1518.5422.52-
YUV119.54132.78178.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.5%
GREEN value IS 82 (32.42% from 255) = 20.5%
BLUE value IS 128 (50.39% from 255) = 32%
R=47.5%
G=20.5%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908212800.570.330.25334.4445.3853.33
HexBE5280039211914e2d35
Octal27612220007141315165565
Binary10111110101001010000000011100110000111001101001110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5280; }

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

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

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

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

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

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

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

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