#BE12A9

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

Shades of Medium Violet Red #BE12A9

Tints of Medium Violet Red #BE12A9

Color information

#BE12A9 (or 0xBE12A9) is unknown color: approx Medium Violet Red. HEX triplet: BE, 12 and A9. RGB value is (190,18,169). Sum of RGB (Red+Green+Blue) = 190+18+169=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 169 (66.41% from 255 or 44.83% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE12A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE12A9 is #41ED56. Grayscale: #565656. Windows color (decimal): -4320599 or 11080382. OLE color: 11080382.

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

Color convert

RGB19018169-
CMYK00.910.110.25
HSL307.33º82.69%40.78%-
HSV(B)307.33º90.53%74.51%-
XYZ28.6114.2438.78-
YUV86.64174.48201.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.40%
GREEN value IS 18 (7.42% from 255) = 4.77%
BLUE value IS 169 (66.41% from 255) = 44.83%
R=50.40%
G=4.77%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901816900.910.110.25307.3382.6940.78
HexBE12A905BB191335329
Octal276222510133133146312351
Binary101111101001010101001010110111011110011001100111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE12A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE12A9; }

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

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

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

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

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

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

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

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