#BE0095

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

Shades of Medium Violet Red #BE0095

Tints of Medium Violet Red #BE0095

Color information

#BE0095 (or 0xBE0095) is unknown color: approx Medium Violet Red. HEX triplet: BE, 00 and 95. RGB value is (190,0,149). Sum of RGB (Red+Green+Blue) = 190+0+149=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0095 is #41FF6A. Grayscale: #494949. Windows color (decimal): -4325227 or 9765054. OLE color: 9765054.

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

Color convert

RGB1900149-
CMYK010.220.25
HSL312.95º100%37.25%-
HSV(B)312.95º100%74.51%-
XYZ26.6613.1229.56-
YUV73.8170.45210.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 149 (58.59% from 255) = 43.95%
R=56.05%
G=0%
B=43.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1900149010.220.25312.9510037.25
HexBE09506416191396425
Octal27602250144263147114445
Binary101111100100101010110010010110110011001110011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0095; }

 p { color: rgb(190,0,149); }

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

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

 a { background-color: rgb(190,0,149); }

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

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

 span { border-color: rgb(190,0,149); }

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