#BE02A3

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

Shades of Medium Violet Red #BE02A3

Tints of Medium Violet Red #BE02A3

Color information

#BE02A3 (or 0xBE02A3) is unknown color: approx Medium Violet Red. HEX triplet: BE, 02 and A3. RGB value is (190,2,163). Sum of RGB (Red+Green+Blue) = 190+2+163=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 163 (64.06% from 255 or 45.92% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE02A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE02A3 is #41FD5C. Grayscale: #4C4C4C. Windows color (decimal): -4324701 or 10683070. OLE color: 10683070.

HSL color Cylindrical-coordinate representation of color #BE02A3: hue angle of 308.62º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE02A3 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB1902163-
CMYK00.990.140.25
HSL308.62º97.92%37.65%-
HSV(B)308.62º98.95%74.51%-
XYZ27.8713.6335.81-
YUV76.57176.78208.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.52%
GREEN value IS 2 (1.17% from 255) = 0.56%
BLUE value IS 163 (64.06% from 255) = 45.92%
R=53.52%
G=0.56%
B=45.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190216300.990.140.25308.6297.9237.65
HexBE2A3063E191356226
Octal27622430143163146514246
Binary101111101010100011011000111110110011001101011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE02A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE02A3; }

 p { color: rgb(190,2,163); }

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

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

 a { background-color: rgb(190,2,163); }

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

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

 span { border-color: rgb(190,2,163); }

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