Html Css Color HEX #BE1786 Medium Violet Red

📋 copy color: '#BE1786'

red 190 ◦ green 23 ◦ blue 134

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

Shades of Medium Violet Red #BE1786

Tints of Medium Violet Red #BE1786

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.63%

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

R = 54.76%
G = 6.63%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE1786 (or 0xBE1786) is known color: Medium Violet Red. HEX triplet: BE, 17 and 86. RGB value is (190,23,134). Sum of RGB (Red+Green+Blue) = 190+23+134=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1786 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1786 is #41E879. Grayscale: #555555. Windows color (decimal): -4319354 or 8787902. OLE color: 8787902.

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

Color convert

RGB 190 23 134 -
CMYK 0 0.88 0.29 0.25
HSL 320.12º 0.78% 0.42% -
HSV(B) 320.12º 0.88% 0.75% -
XYZ 25.84 13.28 23.76 -
YUV 85.59 155.33 202.47 -
System Red Green Blue C M Y K H S L
Decimal 190 23 134 0 0.88 0.29 0.25 320.12 0.78 0.42
Hex BE 17 86 0 58 1D 19 140 4E 2A
Octal 276 27 206 0 130 35 31 500 116 52
Binary 10111110 10111 10000110 0 1011000 11101 11001 101000000 1001110 101010

Color Harmonies of #BE1786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1786

Black with #BE1786

Text Example


Text Example

White with #BE1786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1786; }

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

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

background-color css

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

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

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

border-color css

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

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

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