Html Css Color HEX #BE0080 Medium Violet Red

📋 copy color: '#BE0080'

red 190 ◦ green 0 ◦ blue 128

#BE0080
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #BE0080

Tints of Medium Violet Red #BE0080

RGB

 RED value IS 190 (74.61% from 255) = 59.75%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 128 (50.39% from 255) = 40.25%

R = 59.75%
G = 0%
B = 40.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE0080 (or 0xBE0080) is known color: Medium Violet Red. HEX triplet: BE, 00 and 80. RGB value is (190,0,128). Sum of RGB (Red+Green+Blue) = 190+0+128=318 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.75% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0080 is #41FF7F. Grayscale: #474747. Windows color (decimal): -4325248 or 8388798. OLE color: 8388798.

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

Color convert

RGB 190 0 128 -
CMYK 0 1 0.33 0.25
HSL 319.58º 1% 0.37% -
HSV(B) 319.58º 1% 0.75% -
XYZ 25.13 12.51 21.51 -
YUV 71.4 159.95 212.59 -
System Red Green Blue C M Y K H S L
Decimal 190 0 128 0 1 0.33 0.25 319.58 1 0.37
Hex BE 0 80 0 64 21 19 140 64 25
Octal 276 0 200 0 144 41 31 500 144 45
Binary 10111110 0 10000000 0 1100100 100001 11001 101000000 1100100 100101

Color Harmonies of #BE0080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0080

Black with #BE0080

Text Example


Text Example

White with #BE0080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0080; }

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

 H1.HeaderClassName
 {
   color: #BE0080;
 }
 .AnyTagClassName
 {
   color: #BE0080;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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