Html Css Color HEX #BE2FA6 Medium Red Violet

📋 copy color: '#BE2FA6'

red 190 ◦ green 47 ◦ blue 166

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

Shades of Medium Red Violet #BE2FA6

Tints of Medium Red Violet #BE2FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 41.19%

R = 47.15%
G = 11.66%
B = 41.19%

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

#BE2FA6 (or 0xBE2FA6) is known color: Medium Red Violet. HEX triplet: BE, 2F and A6. RGB value is (190,47,166). Sum of RGB (Red+Green+Blue) = 190+47+166=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 47 (18.75% from 255 or 11.66% from 403); Blue value is 166 (65.23% from 255 or 41.19% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2FA6 is #41D059. Grayscale: #666666. Windows color (decimal): -4313178 or 10891198. OLE color: 10891198.

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

Color convert

RGB 190 47 166 -
CMYK 0 0.75 0.13 0.25
HSL 310.07º 0.6% 0.46% -
HSV(B) 310.07º 0.75% 0.75% -
XYZ 29.13 15.73 37.58 -
YUV 103.32 163.38 189.82 -
System Red Green Blue C M Y K H S L
Decimal 190 47 166 0 0.75 0.13 0.25 310.07 0.6 0.46
Hex BE 2F A6 0 4B D 19 136 3C 2E
Octal 276 57 246 0 113 15 31 466 74 56
Binary 10111110 101111 10100110 0 1001011 1101 11001 100110110 111100 101110

Color Harmonies of #BE2FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2FA6

Black with #BE2FA6

Text Example


Text Example

White with #BE2FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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