Html Css Color HEX #BE21A0 Medium Violet Red

📋 copy color: '#BE21A0'

red 190 ◦ green 33 ◦ blue 160

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

Shades of Medium Violet Red #BE21A0

Tints of Medium Violet Red #BE21A0

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.62%

 BLUE value IS 160 (62.89% from 255) = 41.78%

R = 49.61%
G = 8.62%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE21A0 (or 0xBE21A0) is known color: Medium Violet Red. HEX triplet: BE, 21 and A0. RGB value is (190,33,160). Sum of RGB (Red+Green+Blue) = 190+33+160=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE21A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE21A0 is #41DE5F. Grayscale: #5E5E5E. Windows color (decimal): -4316768 or 10494398. OLE color: 10494398.

HSL color Cylindrical-coordinate representation of color #BE21A0: hue angle of 311.46º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE21A0 is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 33 160 -
CMYK 0 0.83 0.16 0.25
HSL 311.47º 0.7% 0.44% -
HSV(B) 311.47º 0.83% 0.75% -
XYZ 28.12 14.57 34.59 -
YUV 94.42 165.01 196.17 -
System Red Green Blue C M Y K H S L
Decimal 190 33 160 0 0.83 0.16 0.25 311.47 0.7 0.44
Hex BE 21 A0 0 53 10 19 137 46 2C
Octal 276 41 240 0 123 20 31 467 106 54
Binary 10111110 100001 10100000 0 1010011 10000 11001 100110111 1000110 101100

Color Harmonies of #BE21A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE21A0

Black with #BE21A0

Text Example


Text Example

White with #BE21A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE21A0; }

 p { color: rgb(190,33,160); }

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

background-color css

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

 a { background-color: rgb(190,33,160); }

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

border-color css

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

 span { border-color: rgb(190,33,160); }

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