Html Css Color HEX #BE2A7A Medium Red Violet

📋 copy color: '#BE2A7A'

red 190 ◦ green 42 ◦ blue 122

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

Shades of Medium Red Violet #BE2A7A

Tints of Medium Red Violet #BE2A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.46%

R = 53.67%
G = 11.86%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE2A7A (or 0xBE2A7A) is known color: Medium Red Violet. HEX triplet: BE, 2A and 7A. RGB value is (190,42,122). Sum of RGB (Red+Green+Blue) = 190+42+122=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 42 (16.80% from 255 or 11.86% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2A7A is #41D585. Grayscale: #5F5F5F. Windows color (decimal): -4314502 or 8006334. OLE color: 8006334.

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

Color convert

RGB 190 42 122 -
CMYK 0 0.78 0.36 0.25
HSL 327.57º 0.64% 0.45% -
HSV(B) 327.57º 0.78% 0.75% -
XYZ 25.58 14.01 19.77 -
YUV 95.37 143.03 195.5 -
System Red Green Blue C M Y K H S L
Decimal 190 42 122 0 0.78 0.36 0.25 327.57 0.64 0.45
Hex BE 2A 7A 0 4E 24 19 148 40 2D
Octal 276 52 172 0 116 44 31 510 100 55
Binary 10111110 101010 1111010 0 1001110 100100 11001 101001000 1000000 101101

Color Harmonies of #BE2A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2A7A

Black with #BE2A7A

Text Example


Text Example

White with #BE2A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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