#BE28A9

Color #BE28A9 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #BE28A9

Tints of Medium Red Violet #BE28A9

Color information

#BE28A9 (or 0xBE28A9) is unknown color: approx Medium Red Violet. HEX triplet: BE, 28 and A9. RGB value is (190,40,169). Sum of RGB (Red+Green+Blue) = 190+40+169=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 40 (16.02% from 255 or 10.03% from 399); Blue value is 169 (66.41% from 255 or 42.36% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE28A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE28A9 is #41D756. Grayscale: #636363. Windows color (decimal): -4314967 or 11086014. OLE color: 11086014.

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

Color convert

RGB19040169-
CMYK00.790.110.25
HSL308.4º65.22%45.1%-
HSV(B)308.4º78.95%74.51%-
XYZ29.1615.3338.96-
YUV99.56167.2192.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.62%
GREEN value IS 40 (16.02% from 255) = 10.03%
BLUE value IS 169 (66.41% from 255) = 42.36%
R=47.62%
G=10.03%
B=42.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904016900.790.110.25308.465.2245.1
HexBE28A904FB19134412d
Octal276502510117133146410155
Binary1011111010100010101001010011111011110011001101001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE28A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE28A9; }

 p { color: rgb(190,40,169); }

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

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

 a { background-color: rgb(190,40,169); }

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

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

 span { border-color: rgb(190,40,169); }

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