Html Css Color HEX #BE1586 Medium Violet Red

📋 copy color: '#BE1586'

red 190 ◦ green 21 ◦ blue 134

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

Shades of Medium Violet Red #BE1586

Tints of Medium Violet Red #BE1586

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.09%

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

R = 55.07%
G = 6.09%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE1586 (or 0xBE1586) is known color: Medium Violet Red. HEX triplet: BE, 15 and 86. RGB value is (190,21,134). Sum of RGB (Red+Green+Blue) = 190+21+134=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1586 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1586 is #41EA79. Grayscale: #545454. Windows color (decimal): -4319866 or 8787390. OLE color: 8787390.

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

Color convert

RGB 190 21 134 -
CMYK 0 0.89 0.29 0.25
HSL 319.88º 0.8% 0.41% -
HSV(B) 319.88º 0.89% 0.75% -
XYZ 25.81 13.2 23.74 -
YUV 84.41 155.99 203.31 -
System Red Green Blue C M Y K H S L
Decimal 190 21 134 0 0.89 0.29 0.25 319.88 0.8 0.41
Hex BE 15 86 0 59 1D 19 140 50 29
Octal 276 25 206 0 131 35 31 500 120 51
Binary 10111110 10101 10000110 0 1011001 11101 11001 101000000 1010000 101001

Color Harmonies of #BE1586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1586

Black with #BE1586

Text Example


Text Example

White with #BE1586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1586; }

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

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

background-color css

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

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

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

border-color css

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

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

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