#BE0F88

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

Shades of Medium Violet Red #BE0F88

Tints of Medium Violet Red #BE0F88

Color information

#BE0F88 (or 0xBE0F88) is unknown color: approx Medium Violet Red. HEX triplet: BE, 0F and 88. RGB value is (190,15,136). Sum of RGB (Red+Green+Blue) = 190+15+136=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0F88 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0F88 is #41F077. Grayscale: #505050. Windows color (decimal): -4321400 or 8916926. OLE color: 8916926.

HSL color Cylindrical-coordinate representation of color #BE0F88: hue angle of 318.51º degrees, saturation: 0.85, 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 #BE0F88 is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB19015136-
CMYK00.920.280.25
HSL318.51º85.37%40.2%-
HSV(B)318.51º92.11%74.51%-
XYZ25.8513.0724.45-
YUV81.12158.98205.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.72%
GREEN value IS 15 (6.25% from 255) = 4.40%
BLUE value IS 136 (53.52% from 255) = 39.88%
R=55.72%
G=4.40%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901513600.920.280.25318.5185.3740.2
HexBEF8805C1C1913f5528
Octal276172100134343147712550
Binary101111101111100010000101110011100110011001111111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0F88; }

 p { color: rgb(190,15,136); }

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

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

 a { background-color: rgb(190,15,136); }

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

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

 span { border-color: rgb(190,15,136); }

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