Html Css Color HEX #B21ABE Deep Magenta

📋 copy color: '#B21ABE'

red 178 ◦ green 26 ◦ blue 190

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

Shades of Deep Magenta #B21ABE

Tints of Deep Magenta #B21ABE

RGB

 RED value IS 178 (69.92% from 255) = 45.18%

 GREEN value IS 26 (10.55% from 255) = 6.6%

 BLUE value IS 190 (74.61% from 255) = 48.22%

R = 45.18%
G = 6.6%
B = 48.22%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B21ABE (or 0xB21ABE) is known color: Deep Magenta. HEX triplet: B2, 1A and BE. RGB value is (178,26,190). Sum of RGB (Red+Green+Blue) = 178+26+190=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 26 (10.55% from 255 or 6.60% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #B21ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21ABE is #4DE541. Grayscale: #595959. Windows color (decimal): -5104962 or 12458674. OLE color: 12458674.

HSL color Cylindrical-coordinate representation of color #B21ABE: hue angle of 295.61º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B21ABE is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 26 190 -
CMYK 0.06 0.86 0 0.25
HSL 295.61º 0.76% 0.42% -
HSV(B) 295.61º 0.86% 0.75% -
XYZ 28.02 13.92 49.93 -
YUV 90.14 184.36 190.66 -
System Red Green Blue C M Y K H S L
Decimal 178 26 190 0.06 0.86 0 0.25 295.61 0.76 0.42
Hex B2 1A BE 6 56 0 19 128 4C 2A
Octal 262 32 276 6 126 0 31 450 114 52
Binary 10110010 11010 10111110 110 1010110 0 11001 100101000 1001100 101010

Color Harmonies of #B21ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21ABE

Black with #B21ABE

Text Example


Text Example

White with #B21ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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