Html Css Color HEX #BE21A5 Medium Violet Red

📋 copy color: '#BE21A5'

red 190 ◦ green 33 ◦ blue 165

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

Shades of Medium Violet Red #BE21A5

Tints of Medium Violet Red #BE21A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.53%

R = 48.97%
G = 8.51%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE21A5 (or 0xBE21A5) is known color: Medium Violet Red. HEX triplet: BE, 21 and A5. RGB value is (190,33,165). Sum of RGB (Red+Green+Blue) = 190+33+165=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 33 (13.28% from 255 or 8.51% from 388); Blue value is 165 (64.84% from 255 or 42.53% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE21A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE21A5 is #41DE5A. Grayscale: #5E5E5E. Windows color (decimal): -4316763 or 10822078. OLE color: 10822078.

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

Color convert

RGB 190 33 165 -
CMYK 0 0.83 0.13 0.25
HSL 309.55º 0.7% 0.44% -
HSV(B) 309.55º 0.83% 0.75% -
XYZ 28.57 14.75 36.94 -
YUV 94.99 167.51 195.77 -
System Red Green Blue C M Y K H S L
Decimal 190 33 165 0 0.83 0.13 0.25 309.55 0.7 0.44
Hex BE 21 A5 0 53 D 19 136 46 2C
Octal 276 41 245 0 123 15 31 466 106 54
Binary 10111110 100001 10100101 0 1010011 1101 11001 100110110 1000110 101100

Color Harmonies of #BE21A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE21A5

Black with #BE21A5

Text Example


Text Example

White with #BE21A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE21A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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