#BE0B84

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

Shades of Medium Violet Red #BE0B84

Tints of Medium Violet Red #BE0B84

Color information

#BE0B84 (or 0xBE0B84) is unknown color: approx Medium Violet Red. HEX triplet: BE, 0B and 84. RGB value is (190,11,132). Sum of RGB (Red+Green+Blue) = 190+11+132=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0B84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0B84 is #41F47B. Grayscale: #4E4E4E. Windows color (decimal): -4322428 or 8653758. OLE color: 8653758.

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

Color convert

RGB19011132-
CMYK00.940.310.25
HSL319.44º89.05%39.41%-
HSV(B)319.44º94.21%74.51%-
XYZ25.5212.8522.97-
YUV78.32158.3207.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.06%
GREEN value IS 11 (4.69% from 255) = 3.30%
BLUE value IS 132 (51.95% from 255) = 39.64%
R=57.06%
G=3.30%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901113200.940.310.25319.4489.0539.41
HexBEB8405E1F1913f5927
Octal276132040136373147713147
Binary101111101011100001000101111011111110011001111111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0B84; }

 p { color: rgb(190,11,132); }

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

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

 a { background-color: rgb(190,11,132); }

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

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

 span { border-color: rgb(190,11,132); }

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