Html Css Color HEX #BE1086 Medium Violet Red

📋 copy color: '#BE1086'

red 190 ◦ green 16 ◦ blue 134

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

Shades of Medium Violet Red #BE1086

Tints of Medium Violet Red #BE1086

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.71%

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

R = 55.88%
G = 4.71%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE1086 (or 0xBE1086) is known color: Medium Violet Red. HEX triplet: BE, 10 and 86. RGB value is (190,16,134). Sum of RGB (Red+Green+Blue) = 190+16+134=340 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.88% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1086 is #41EF79. Grayscale: #515151. Windows color (decimal): -4321146 or 8786110. OLE color: 8786110.

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

Color convert

RGB 190 16 134 -
CMYK 0 0.92 0.29 0.25
HSL 319.31º 0.84% 0.4% -
HSV(B) 319.31º 0.92% 0.75% -
XYZ 25.72 13.04 23.72 -
YUV 81.48 157.65 205.41 -
System Red Green Blue C M Y K H S L
Decimal 190 16 134 0 0.92 0.29 0.25 319.31 0.84 0.4
Hex BE 10 86 0 5C 1D 19 13F 54 28
Octal 276 20 206 0 134 35 31 477 124 50
Binary 10111110 10000 10000110 0 1011100 11101 11001 100111111 1010100 101000

Color Harmonies of #BE1086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1086

Black with #BE1086

Text Example


Text Example

White with #BE1086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1086; }

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

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

background-color css

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

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

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

border-color css

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

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

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