#BE0088

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

Shades of Medium Violet Red #BE0088

Tints of Medium Violet Red #BE0088

Color information

#BE0088 (or 0xBE0088) is unknown color: approx Medium Violet Red. HEX triplet: BE, 00 and 88. RGB value is (190,0,136). Sum of RGB (Red+Green+Blue) = 190+0+136=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0088 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0088 is #41FF77. Grayscale: #474747. Windows color (decimal): -4325240 or 8913086. OLE color: 8913086.

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

Color convert

RGB1900136-
CMYK010.280.25
HSL317.05º100%37.25%-
HSV(B)317.05º100%74.51%-
XYZ25.6812.7224.4-
YUV72.31163.95211.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 136 (53.52% from 255) = 41.72%
R=58.28%
G=0%
B=41.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1900136010.280.25317.0510037.25
HexBE0880641C1913d6425
Octal27602100144343147514445
Binary101111100100010000110010011100110011001111011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0088; }

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

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

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

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

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

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

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

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