Html Css Color HEX #BE2A8F Medium Red Violet

📋 copy color: '#BE2A8F'

red 190 ◦ green 42 ◦ blue 143

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

Shades of Medium Red Violet #BE2A8F

Tints of Medium Red Violet #BE2A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.13%

R = 50.67%
G = 11.2%
B = 38.13%

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

#BE2A8F (or 0xBE2A8F) is known color: Medium Red Violet. HEX triplet: BE, 2A and 8F. RGB value is (190,42,143). Sum of RGB (Red+Green+Blue) = 190+42+143=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2A8F is #41D570. Grayscale: #616161. Windows color (decimal): -4314481 or 9382590. OLE color: 9382590.

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

Color convert

RGB 190 42 143 -
CMYK 0 0.78 0.25 0.25
HSL 319.05º 0.64% 0.45% -
HSV(B) 319.05º 0.78% 0.75% -
XYZ 27.02 14.59 27.38 -
YUV 97.77 153.53 193.79 -
System Red Green Blue C M Y K H S L
Decimal 190 42 143 0 0.78 0.25 0.25 319.05 0.64 0.45
Hex BE 2A 8F 0 4E 19 19 13F 40 2D
Octal 276 52 217 0 116 31 31 477 100 55
Binary 10111110 101010 10001111 0 1001110 11001 11001 100111111 1000000 101101

Color Harmonies of #BE2A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2A8F

Black with #BE2A8F

Text Example


Text Example

White with #BE2A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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