Html Css Color HEX #BE0786 Medium Violet Red

📋 copy color: '#BE0786'

red 190 ◦ green 7 ◦ blue 134

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

Shades of Medium Violet Red #BE0786

Tints of Medium Violet Red #BE0786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40.48%

R = 57.4%
G = 2.11%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE0786 (or 0xBE0786) is known color: Medium Violet Red. HEX triplet: BE, 07 and 86. RGB value is (190,7,134). Sum of RGB (Red+Green+Blue) = 190+7+134=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 7 (3.12% from 255 or 2.11% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0786 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0786 is #41F879. Grayscale: #4B4B4B. Windows color (decimal): -4323450 or 8783806. OLE color: 8783806.

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

Color convert

RGB 190 7 134 -
CMYK 0 0.96 0.29 0.25
HSL 318.36º 0.93% 0.39% -
HSV(B) 318.36º 0.96% 0.75% -
XYZ 25.61 12.82 23.68 -
YUV 76.2 160.63 209.17 -
System Red Green Blue C M Y K H S L
Decimal 190 7 134 0 0.96 0.29 0.25 318.36 0.93 0.39
Hex BE 7 86 0 60 1D 19 13E 5D 27
Octal 276 7 206 0 140 35 31 476 135 47
Binary 10111110 111 10000110 0 1100000 11101 11001 100111110 1011101 100111

Color Harmonies of #BE0786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0786

Black with #BE0786

Text Example


Text Example

White with #BE0786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0786; }

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

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

background-color css

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

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

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

border-color css

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

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

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