Html Css Color HEX #BE2FA5 Medium Red Violet

📋 copy color: '#BE2FA5'

red 190 ◦ green 47 ◦ blue 165

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

Shades of Medium Red Violet #BE2FA5

Tints of Medium Red Violet #BE2FA5

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.69%

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

R = 47.26%
G = 11.69%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE2FA5 (or 0xBE2FA5) is known color: Medium Red Violet. HEX triplet: BE, 2F and A5. RGB value is (190,47,165). Sum of RGB (Red+Green+Blue) = 190+47+165=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 47 (18.75% from 255 or 11.69% from 402); Blue value is 165 (64.84% from 255 or 41.04% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2FA5 is #41D05A. Grayscale: #666666. Windows color (decimal): -4313179 or 10825662. OLE color: 10825662.

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

Color convert

RGB 190 47 165 -
CMYK 0 0.75 0.13 0.25
HSL 310.49º 0.6% 0.46% -
HSV(B) 310.49º 0.75% 0.75% -
XYZ 29.04 15.7 37.1 -
YUV 103.21 162.88 189.91 -
System Red Green Blue C M Y K H S L
Decimal 190 47 165 0 0.75 0.13 0.25 310.49 0.6 0.46
Hex BE 2F A5 0 4B D 19 136 3C 2E
Octal 276 57 245 0 113 15 31 466 74 56
Binary 10111110 101111 10100101 0 1001011 1101 11001 100110110 111100 101110

Color Harmonies of #BE2FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2FA5

Black with #BE2FA5

Text Example


Text Example

White with #BE2FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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