Html Css Color HEX #BE21C2 Deep Magenta

📋 copy color: '#BE21C2'

red 190 ◦ green 33 ◦ blue 194

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

Shades of Deep Magenta #BE21C2

Tints of Deep Magenta #BE21C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 46.52%

R = 45.56%
G = 7.91%
B = 46.52%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BE21C2 (or 0xBE21C2) is known color: Deep Magenta. HEX triplet: BE, 21 and C2. RGB value is (190,33,194). Sum of RGB (Red+Green+Blue) = 190+33+194=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 33 (13.28% from 255 or 7.91% from 417); Blue value is 194 (76.17% from 255 or 46.52% from 417); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE21C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE21C2 is #41DE3D. Grayscale: #616161. Windows color (decimal): -4316734 or 12722622. OLE color: 12722622.

HSL color Cylindrical-coordinate representation of color #BE21C2: hue angle of 298.51º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE21C2 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 33 194 -
CMYK 0.02 0.83 0 0.24
HSL 298.51º 0.71% 0.45% -
HSV(B) 298.51º 0.83% 0.76% -
XYZ 31.52 15.93 52.45 -
YUV 98.3 182.01 193.41 -
System Red Green Blue C M Y K H S L
Decimal 190 33 194 0.02 0.83 0 0.24 298.51 0.71 0.45
Hex BE 21 C2 2 53 0 18 12B 47 2D
Octal 276 41 302 2 123 0 30 453 107 55
Binary 10111110 100001 11000010 10 1010011 0 11000 100101011 1000111 101101

Color Harmonies of #BE21C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE21C2

Black with #BE21C2

Text Example


Text Example

White with #BE21C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE21C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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