Html Css Color HEX #BE2A8A Medium Red Violet

📋 copy color: '#BE2A8A'

red 190 ◦ green 42 ◦ blue 138

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

Shades of Medium Red Violet #BE2A8A

Tints of Medium Red Violet #BE2A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.3%

R = 51.35%
G = 11.35%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE2A8A (or 0xBE2A8A) is known color: Medium Red Violet. HEX triplet: BE, 2A and 8A. RGB value is (190,42,138). Sum of RGB (Red+Green+Blue) = 190+42+138=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 42 (16.80% from 255 or 11.35% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2A8A is #41D575. Grayscale: #606060. Windows color (decimal): -4314486 or 9054910. OLE color: 9054910.

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

Color convert

RGB 190 42 138 -
CMYK 0 0.78 0.27 0.25
HSL 321.08º 0.64% 0.45% -
HSV(B) 321.08º 0.78% 0.75% -
XYZ 26.65 14.44 25.43 -
YUV 97.2 151.03 194.19 -
System Red Green Blue C M Y K H S L
Decimal 190 42 138 0 0.78 0.27 0.25 321.08 0.64 0.45
Hex BE 2A 8A 0 4E 1B 19 141 40 2D
Octal 276 52 212 0 116 33 31 501 100 55
Binary 10111110 101010 10001010 0 1001110 11011 11001 101000001 1000000 101101

Color Harmonies of #BE2A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2A8A

Black with #BE2A8A

Text Example


Text Example

White with #BE2A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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