Html Css Color HEX #BE0780 Medium Violet Red

📋 copy color: '#BE0780'

red 190 ◦ green 7 ◦ blue 128

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

Shades of Medium Violet Red #BE0780

Tints of Medium Violet Red #BE0780

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.15%

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

R = 58.46%
G = 2.15%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE0780 (or 0xBE0780) is known color: Medium Violet Red. HEX triplet: BE, 07 and 80. RGB value is (190,7,128). Sum of RGB (Red+Green+Blue) = 190+7+128=325 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.46% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0780 is #41F87F. Grayscale: #4B4B4B. Windows color (decimal): -4323456 or 8390590. OLE color: 8390590.

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

Color convert

RGB 190 7 128 -
CMYK 0 0.96 0.33 0.25
HSL 320.33º 0.93% 0.39% -
HSV(B) 320.33º 0.96% 0.75% -
XYZ 25.21 12.66 21.54 -
YUV 75.51 157.63 209.66 -
System Red Green Blue C M Y K H S L
Decimal 190 7 128 0 0.96 0.33 0.25 320.33 0.93 0.39
Hex BE 7 80 0 60 21 19 140 5D 27
Octal 276 7 200 0 140 41 31 500 135 47
Binary 10111110 111 10000000 0 1100000 100001 11001 101000000 1011101 100111

Color Harmonies of #BE0780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0780

Black with #BE0780

Text Example


Text Example

White with #BE0780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0780; }

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

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

background-color css

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

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

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

border-color css

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

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

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