Html Css Color HEX #BE2AAA Medium Red Violet

📋 copy color: '#BE2AAA'

red 190 ◦ green 42 ◦ blue 170

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

Shades of Medium Red Violet #BE2AAA

Tints of Medium Red Violet #BE2AAA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.45%

 BLUE value IS 170 (66.8% from 255) = 42.29%

R = 47.26%
G = 10.45%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BE2AAA (or 0xBE2AAA) is known color: Medium Red Violet. HEX triplet: BE, 2A and AA. RGB value is (190,42,170). Sum of RGB (Red+Green+Blue) = 190+42+170=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 42 (16.80% from 255 or 10.45% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2AAA is #41D555. Grayscale: #646464. Windows color (decimal): -4314454 or 11152062. OLE color: 11152062.

HSL color Cylindrical-coordinate representation of color #BE2AAA: hue angle of 308.11º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE2AAA is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 42 170 -
CMYK 0 0.78 0.11 0.25
HSL 308.11º 0.64% 0.45% -
HSV(B) 308.11º 0.78% 0.75% -
XYZ 29.32 15.51 39.48 -
YUV 100.84 167.03 191.59 -
System Red Green Blue C M Y K H S L
Decimal 190 42 170 0 0.78 0.11 0.25 308.11 0.64 0.45
Hex BE 2A AA 0 4E B 19 134 40 2D
Octal 276 52 252 0 116 13 31 464 100 55
Binary 10111110 101010 10101010 0 1001110 1011 11001 100110100 1000000 101101

Color Harmonies of #BE2AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2AAA

Black with #BE2AAA

Text Example


Text Example

White with #BE2AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2AAA; }

 p { color: rgb(190,42,170); }

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

background-color css

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

 a { background-color: rgb(190,42,170); }

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

border-color css

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

 span { border-color: rgb(190,42,170); }

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