#BE0C90

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

Shades of Medium Violet Red #BE0C90

Tints of Medium Violet Red #BE0C90

Color information

#BE0C90 (or 0xBE0C90) is unknown color: approx Medium Violet Red. HEX triplet: BE, 0C and 90. RGB value is (190,12,144). Sum of RGB (Red+Green+Blue) = 190+12+144=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0C90 is #41F36F. Grayscale: #4F4F4F. Windows color (decimal): -4322160 or 9440446. OLE color: 9440446.

HSL color Cylindrical-coordinate representation of color #BE0C90: hue angle of 315.51º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0C90 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB19012144-
CMYK00.940.240.25
HSL315.51º88.12%39.61%-
HSV(B)315.51º93.68%74.51%-
XYZ26.413.2227.55-
YUV80.27163.97206.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.91%
GREEN value IS 12 (5.08% from 255) = 3.47%
BLUE value IS 144 (56.64% from 255) = 41.62%
R=54.91%
G=3.47%
B=41.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901214400.940.240.25315.5188.1239.61
HexBEC9005E181913c5828
Octal276142200136303147413050
Binary101111101100100100000101111011000110011001111001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0C90; }

 p { color: rgb(190,12,144); }

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

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

 a { background-color: rgb(190,12,144); }

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

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

 span { border-color: rgb(190,12,144); }

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