Html Css Color HEX #BE2686 Medium Red Violet

📋 copy color: '#BE2686'

red 190 ◦ green 38 ◦ blue 134

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

Shades of Medium Red Violet #BE2686

Tints of Medium Red Violet #BE2686

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.5%

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

R = 52.49%
G = 10.5%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE2686 (or 0xBE2686) is known color: Medium Red Violet. HEX triplet: BE, 26 and 86. RGB value is (190,38,134). Sum of RGB (Red+Green+Blue) = 190+38+134=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2686 is #41D979. Grayscale: #5E5E5E. Windows color (decimal): -4315514 or 8791742. OLE color: 8791742.

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

Color convert

RGB 190 38 134 -
CMYK 0 0.8 0.29 0.25
HSL 322.11º 0.67% 0.45% -
HSV(B) 322.11º 0.8% 0.75% -
XYZ 26.23 14.05 23.88 -
YUV 94.39 150.36 196.19 -
System Red Green Blue C M Y K H S L
Decimal 190 38 134 0 0.8 0.29 0.25 322.11 0.67 0.45
Hex BE 26 86 0 50 1D 19 142 43 2D
Octal 276 46 206 0 120 35 31 502 103 55
Binary 10111110 100110 10000110 0 1010000 11101 11001 101000010 1000011 101101

Color Harmonies of #BE2686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2686

Black with #BE2686

Text Example


Text Example

White with #BE2686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2686; }

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

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

background-color css

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

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

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

border-color css

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

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

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