Html Css Color HEX #BE2CA5 Medium Red Violet

📋 copy color: '#BE2CA5'

red 190 ◦ green 44 ◦ blue 165

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

Shades of Medium Red Violet #BE2CA5

Tints of Medium Red Violet #BE2CA5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.03%

 BLUE value IS 165 (64.84% from 255) = 41.35%

R = 47.62%
G = 11.03%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE2CA5 (or 0xBE2CA5) is known color: Medium Red Violet. HEX triplet: BE, 2C and A5. RGB value is (190,44,165). Sum of RGB (Red+Green+Blue) = 190+44+165=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 44 (17.58% from 255 or 11.03% from 399); Blue value is 165 (64.84% from 255 or 41.35% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2CA5 is #41D35A. Grayscale: #656565. Windows color (decimal): -4313947 or 10824894. OLE color: 10824894.

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

Color convert

RGB 190 44 165 -
CMYK 0 0.77 0.13 0.25
HSL 310.27º 0.62% 0.46% -
HSV(B) 310.27º 0.77% 0.75% -
XYZ 28.93 15.47 37.06 -
YUV 101.45 163.87 191.16 -
System Red Green Blue C M Y K H S L
Decimal 190 44 165 0 0.77 0.13 0.25 310.27 0.62 0.46
Hex BE 2C A5 0 4D D 19 136 3E 2E
Octal 276 54 245 0 115 15 31 466 76 56
Binary 10111110 101100 10100101 0 1001101 1101 11001 100110110 111110 101110

Color Harmonies of #BE2CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2CA5

Black with #BE2CA5

Text Example


Text Example

White with #BE2CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2CA5; }

 p { color: rgb(190,44,165); }

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

background-color css

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

 a { background-color: rgb(190,44,165); }

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

border-color css

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

 span { border-color: rgb(190,44,165); }

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