#BE108A

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

Shades of Medium Violet Red #BE108A

Tints of Medium Violet Red #BE108A

Color information

#BE108A (or 0xBE108A) is unknown color: approx Medium Violet Red. HEX triplet: BE, 10 and 8A. RGB value is (190,16,138). Sum of RGB (Red+Green+Blue) = 190+16+138=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE108A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE108A is #41EF75. Grayscale: #515151. Windows color (decimal): -4321142 or 9048254. OLE color: 9048254.

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

Color convert

RGB19016138-
CMYK00.920.270.25
HSL317.93º84.47%40.39%-
HSV(B)317.93º91.58%74.51%-
XYZ26.0113.1525.21-
YUV81.93159.65205.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.23%
GREEN value IS 16 (6.64% from 255) = 4.65%
BLUE value IS 138 (54.30% from 255) = 40.12%
R=55.23%
G=4.65%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901613800.920.270.25317.9384.4740.39
HexBE108A05C1B1913e5428
Octal276202120134333147612450
Binary1011111010000100010100101110011011110011001111101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE108A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE108A; }

 p { color: rgb(190,16,138); }

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

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

 a { background-color: rgb(190,16,138); }

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

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

 span { border-color: rgb(190,16,138); }

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