Html Css Color HEX #BE2886 Medium Red Violet

📋 copy color: '#BE2886'

red 190 ◦ green 40 ◦ blue 134

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

Shades of Medium Red Violet #BE2886

Tints of Medium Red Violet #BE2886

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.99%

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

R = 52.2%
G = 10.99%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE2886 (or 0xBE2886) is known color: Medium Red Violet. HEX triplet: BE, 28 and 86. RGB value is (190,40,134). Sum of RGB (Red+Green+Blue) = 190+40+134=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 40 (16.02% from 255 or 10.99% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2886 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2886 is #41D779. Grayscale: #5F5F5F. Windows color (decimal): -4315002 or 8792254. OLE color: 8792254.

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

Color convert

RGB 190 40 134 -
CMYK 0 0.79 0.29 0.25
HSL 322.4º 0.65% 0.45% -
HSV(B) 322.4º 0.79% 0.75% -
XYZ 26.3 14.19 23.91 -
YUV 95.57 149.7 195.36 -
System Red Green Blue C M Y K H S L
Decimal 190 40 134 0 0.79 0.29 0.25 322.4 0.65 0.45
Hex BE 28 86 0 4F 1D 19 142 41 2D
Octal 276 50 206 0 117 35 31 502 101 55
Binary 10111110 101000 10000110 0 1001111 11101 11001 101000010 1000001 101101

Color Harmonies of #BE2886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2886

Black with #BE2886

Text Example


Text Example

White with #BE2886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2886; }

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

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

background-color css

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

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

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

border-color css

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

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

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