Html Css Color HEX #BE2A8E Medium Red Violet

📋 copy color: '#BE2A8E'

red 190 ◦ green 42 ◦ blue 142

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

Shades of Medium Red Violet #BE2A8E

Tints of Medium Red Violet #BE2A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.97%

R = 50.8%
G = 11.23%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE2A8E (or 0xBE2A8E) is known color: Medium Red Violet. HEX triplet: BE, 2A and 8E. RGB value is (190,42,142). Sum of RGB (Red+Green+Blue) = 190+42+142=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 42 (16.80% from 255 or 11.23% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2A8E is #41D571. Grayscale: #616161. Windows color (decimal): -4314482 or 9317054. OLE color: 9317054.

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

Color convert

RGB 190 42 142 -
CMYK 0 0.78 0.25 0.25
HSL 319.46º 0.64% 0.45% -
HSV(B) 319.46º 0.78% 0.75% -
XYZ 26.95 14.56 26.98 -
YUV 97.65 153.03 193.87 -
System Red Green Blue C M Y K H S L
Decimal 190 42 142 0 0.78 0.25 0.25 319.46 0.64 0.45
Hex BE 2A 8E 0 4E 19 19 13F 40 2D
Octal 276 52 216 0 116 31 31 477 100 55
Binary 10111110 101010 10001110 0 1001110 11001 11001 100111111 1000000 101101

Color Harmonies of #BE2A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2A8E

Black with #BE2A8E

Text Example


Text Example

White with #BE2A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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