Html Css Color HEX #BE2A7E Medium Red Violet

📋 copy color: '#BE2A7E'

red 190 ◦ green 42 ◦ blue 126

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

Shades of Medium Red Violet #BE2A7E

Tints of Medium Red Violet #BE2A7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.2%

R = 53.07%
G = 11.73%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE2A7E (or 0xBE2A7E) is known color: Medium Red Violet. HEX triplet: BE, 2A and 7E. RGB value is (190,42,126). Sum of RGB (Red+Green+Blue) = 190+42+126=358 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.07% from 358); Green value is 42 (16.80% from 255 or 11.73% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2A7E is #41D581. Grayscale: #5F5F5F. Windows color (decimal): -4314498 or 8268478. OLE color: 8268478.

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

Color convert

RGB 190 42 126 -
CMYK 0 0.78 0.34 0.25
HSL 325.95º 0.64% 0.45% -
HSV(B) 325.95º 0.78% 0.75% -
XYZ 25.83 14.11 21.1 -
YUV 95.83 145.03 195.17 -
System Red Green Blue C M Y K H S L
Decimal 190 42 126 0 0.78 0.34 0.25 325.95 0.64 0.45
Hex BE 2A 7E 0 4E 22 19 146 40 2D
Octal 276 52 176 0 116 42 31 506 100 55
Binary 10111110 101010 1111110 0 1001110 100010 11001 101000110 1000000 101101

Color Harmonies of #BE2A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2A7E

Black with #BE2A7E

Text Example


Text Example

White with #BE2A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2A7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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