Html Css Color HEX #BE2BA0 Medium Red Violet

📋 copy color: '#BE2BA0'

red 190 ◦ green 43 ◦ blue 160

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

Shades of Medium Red Violet #BE2BA0

Tints of Medium Red Violet #BE2BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40.71%

R = 48.35%
G = 10.94%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE2BA0 (or 0xBE2BA0) is known color: Medium Red Violet. HEX triplet: BE, 2B and A0. RGB value is (190,43,160). Sum of RGB (Red+Green+Blue) = 190+43+160=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 43 (17.19% from 255 or 10.94% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2BA0 is #41D45F. Grayscale: #636363. Windows color (decimal): -4314208 or 10496958. OLE color: 10496958.

HSL color Cylindrical-coordinate representation of color #BE2BA0: hue angle of 312.24º 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 #BE2BA0 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 43 160 -
CMYK 0 0.77 0.16 0.25
HSL 312.24º 0.63% 0.46% -
HSV(B) 312.24º 0.77% 0.75% -
XYZ 28.44 15.21 34.69 -
YUV 100.29 161.7 191.99 -
System Red Green Blue C M Y K H S L
Decimal 190 43 160 0 0.77 0.16 0.25 312.24 0.63 0.46
Hex BE 2B A0 0 4D 10 19 138 3F 2E
Octal 276 53 240 0 115 20 31 470 77 56
Binary 10111110 101011 10100000 0 1001101 10000 11001 100111000 111111 101110

Color Harmonies of #BE2BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2BA0

Black with #BE2BA0

Text Example


Text Example

White with #BE2BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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