Html Css Color HEX #BE2EAB Medium Red Violet

📋 copy color: '#BE2EAB'

red 190 ◦ green 46 ◦ blue 171

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

Shades of Medium Red Violet #BE2EAB

Tints of Medium Red Violet #BE2EAB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.3%

 BLUE value IS 171 (67.19% from 255) = 42.01%

R = 46.68%
G = 11.3%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BE2EAB (or 0xBE2EAB) is known color: Medium Red Violet. HEX triplet: BE, 2E and AB. RGB value is (190,46,171). Sum of RGB (Red+Green+Blue) = 190+46+171=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 46 (18.36% from 255 or 11.30% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2EAB is #41D154. Grayscale: #666666. Windows color (decimal): -4313429 or 11218622. OLE color: 11218622.

HSL color Cylindrical-coordinate representation of color #BE2EAB: hue angle of 307.92º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE2EAB is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 46 171 -
CMYK 0 0.76 0.10 0.25
HSL 307.92º 0.61% 0.46% -
HSV(B) 307.92º 0.76% 0.75% -
XYZ 29.56 15.84 40.03 -
YUV 103.31 166.21 189.84 -
System Red Green Blue C M Y K H S L
Decimal 190 46 171 0 0.76 0.10 0.25 307.92 0.61 0.46
Hex BE 2E AB 0 4C A 19 134 3D 2E
Octal 276 56 253 0 114 12 31 464 75 56
Binary 10111110 101110 10101011 0 1001100 1010 11001 100110100 111101 101110

Color Harmonies of #BE2EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2EAB

Black with #BE2EAB

Text Example


Text Example

White with #BE2EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2EAB; }

 p { color: rgb(190,46,171); }

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

background-color css

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

 a { background-color: rgb(190,46,171); }

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

border-color css

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

 span { border-color: rgb(190,46,171); }

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