#BE01A1

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

Shades of Medium Violet Red #BE01A1

Tints of Medium Violet Red #BE01A1

Color information

#BE01A1 (or 0xBE01A1) is unknown color: approx Medium Violet Red. HEX triplet: BE, 01 and A1. RGB value is (190,1,161). Sum of RGB (Red+Green+Blue) = 190+1+161=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 161 (63.28% from 255 or 45.74% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE01A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE01A1 is #41FE5E. Grayscale: #4B4B4B. Windows color (decimal): -4324959 or 10551742. OLE color: 10551742.

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

Color convert

RGB1901161-
CMYK00.990.150.25
HSL309.21º98.95%37.45%-
HSV(B)309.21º99.47%74.51%-
XYZ27.6813.5434.87-
YUV75.75176.12209.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.98%
GREEN value IS 1 (0.78% from 255) = 0.28%
BLUE value IS 161 (63.28% from 255) = 45.74%
R=53.98%
G=0.28%
B=45.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190116100.990.150.25309.2198.9537.45
HexBE1A1063F191356325
Octal27612410143173146514345
Binary10111110110100001011000111111110011001101011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE01A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE01A1; }

 p { color: rgb(190,1,161); }

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

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

 a { background-color: rgb(190,1,161); }

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

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

 span { border-color: rgb(190,1,161); }

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