Html Css Color HEX #BE2AAC Medium Red Violet

📋 copy color: '#BE2AAC'

red 190 ◦ green 42 ◦ blue 172

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

Shades of Medium Red Violet #BE2AAC

Tints of Medium Red Violet #BE2AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.57%

R = 47.03%
G = 10.4%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE2AAC (or 0xBE2AAC) is known color: Medium Red Violet. HEX triplet: BE, 2A and AC. RGB value is (190,42,172). Sum of RGB (Red+Green+Blue) = 190+42+172=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2AAC is #41D553. Grayscale: #646464. Windows color (decimal): -4314452 or 11283134. OLE color: 11283134.

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

Color convert

RGB 190 42 172 -
CMYK 0 0.78 0.09 0.25
HSL 307.3º 0.64% 0.45% -
HSV(B) 307.3º 0.78% 0.75% -
XYZ 29.51 15.58 40.48 -
YUV 101.07 168.03 191.43 -
System Red Green Blue C M Y K H S L
Decimal 190 42 172 0 0.78 0.09 0.25 307.3 0.64 0.45
Hex BE 2A AC 0 4E 9 19 133 40 2D
Octal 276 52 254 0 116 11 31 463 100 55
Binary 10111110 101010 10101100 0 1001110 1001 11001 100110011 1000000 101101

Color Harmonies of #BE2AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2AAC

Black with #BE2AAC

Text Example


Text Example

White with #BE2AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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