Html Css Color HEX #BE2BA1 Medium Red Violet

📋 copy color: '#BE2BA1'

red 190 ◦ green 43 ◦ blue 161

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

Shades of Medium Red Violet #BE2BA1

Tints of Medium Red Violet #BE2BA1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.91%

 BLUE value IS 161 (63.28% from 255) = 40.86%

R = 48.22%
G = 10.91%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BE2BA1 (or 0xBE2BA1) is known color: Medium Red Violet. HEX triplet: BE, 2B and A1. RGB value is (190,43,161). Sum of RGB (Red+Green+Blue) = 190+43+161=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 43 (17.19% from 255 or 10.91% from 394); Blue value is 161 (63.28% from 255 or 40.86% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2BA1 is #41D45E. Grayscale: #646464. Windows color (decimal): -4314207 or 10562494. OLE color: 10562494.

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

Color convert

RGB 190 43 161 -
CMYK 0 0.77 0.15 0.25
HSL 311.84º 0.63% 0.46% -
HSV(B) 311.84º 0.77% 0.75% -
XYZ 28.53 15.25 35.16 -
YUV 100.41 162.2 191.91 -
System Red Green Blue C M Y K H S L
Decimal 190 43 161 0 0.77 0.15 0.25 311.84 0.63 0.46
Hex BE 2B A1 0 4D F 19 138 3F 2E
Octal 276 53 241 0 115 17 31 470 77 56
Binary 10111110 101011 10100001 0 1001101 1111 11001 100111000 111111 101110

Color Harmonies of #BE2BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2BA1

Black with #BE2BA1

Text Example


Text Example

White with #BE2BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2BA1; }

 p { color: rgb(190,43,161); }

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

background-color css

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

 a { background-color: rgb(190,43,161); }

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

border-color css

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

 span { border-color: rgb(190,43,161); }

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