Html Css Color HEX #BE21B2 Deep Magenta

📋 copy color: '#BE21B2'

red 190 ◦ green 33 ◦ blue 178

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

Shades of Deep Magenta #BE21B2

Tints of Deep Magenta #BE21B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.39%

R = 47.38%
G = 8.23%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE21B2 (or 0xBE21B2) is known color: Deep Magenta. HEX triplet: BE, 21 and B2. RGB value is (190,33,178). Sum of RGB (Red+Green+Blue) = 190+33+178=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE21B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE21B2 is #41DE4D. Grayscale: #606060. Windows color (decimal): -4316750 or 11674046. OLE color: 11674046.

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

Color convert

RGB 190 33 178 -
CMYK 0 0.83 0.06 0.25
HSL 304.59º 0.7% 0.44% -
HSV(B) 304.59º 0.83% 0.75% -
XYZ 29.81 15.25 43.49 -
YUV 96.47 174.01 194.71 -
System Red Green Blue C M Y K H S L
Decimal 190 33 178 0 0.83 0.06 0.25 304.59 0.7 0.44
Hex BE 21 B2 0 53 6 19 131 46 2C
Octal 276 41 262 0 123 6 31 461 106 54
Binary 10111110 100001 10110010 0 1010011 110 11001 100110001 1000110 101100

Color Harmonies of #BE21B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE21B2

Black with #BE21B2

Text Example


Text Example

White with #BE21B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE21B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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