#BE05A2

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

Shades of Medium Violet Red #BE05A2

Tints of Medium Violet Red #BE05A2

Color information

#BE05A2 (or 0xBE05A2) is unknown color: approx Medium Violet Red. HEX triplet: BE, 05 and A2. RGB value is (190,5,162). Sum of RGB (Red+Green+Blue) = 190+5+162=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 162 (63.67% from 255 or 45.38% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE05A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE05A2 is #41FA5D. Grayscale: #4D4D4D. Windows color (decimal): -4323934 or 10618302. OLE color: 10618302.

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

Color convert

RGB1905162-
CMYK00.970.150.25
HSL309.08º94.87%38.24%-
HSV(B)309.08º97.37%74.51%-
XYZ27.8113.6635.35-
YUV78.21175.29207.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.22%
GREEN value IS 5 (2.34% from 255) = 1.40%
BLUE value IS 162 (63.67% from 255) = 45.38%
R=53.22%
G=1.40%
B=45.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190516200.970.150.25309.0894.8738.24
HexBE5A2061F191355f26
Octal27652420141173146513746
Binary1011111010110100010011000011111110011001101011011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE05A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE05A2; }

 p { color: rgb(190,5,162); }

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

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

 a { background-color: rgb(190,5,162); }

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

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

 span { border-color: rgb(190,5,162); }

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