Html Css Color HEX #B21AB1 Deep Magenta

📋 copy color: '#B21AB1'

red 178 ◦ green 26 ◦ blue 177

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

Shades of Deep Magenta #B21AB1

Tints of Deep Magenta #B21AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 46.46%

R = 46.72%
G = 6.82%
B = 46.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B21AB1 (or 0xB21AB1) is known color: Deep Magenta. HEX triplet: B2, 1A and B1. RGB value is (178,26,177). Sum of RGB (Red+Green+Blue) = 178+26+177=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 26 (10.55% from 255 or 6.82% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B21AB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21AB1 is #4DE54E. Grayscale: #585858. Windows color (decimal): -5104975 or 11606706. OLE color: 11606706.

HSL color Cylindrical-coordinate representation of color #B21AB1: hue angle of 300.39º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21AB1 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 26 177 -
CMYK 0 0.85 0.01 0.30
HSL 300.39º 0.75% 0.4% -
HSV(B) 300.39º 0.85% 0.7% -
XYZ 26.67 13.38 42.77 -
YUV 88.66 177.86 191.72 -
System Red Green Blue C M Y K H S L
Decimal 178 26 177 0 0.85 0.01 0.30 300.39 0.75 0.4
Hex B2 1A B1 0 55 1 1E 12C 4B 28
Octal 262 32 261 0 125 1 36 454 113 50
Binary 10110010 11010 10110001 0 1010101 1 11110 100101100 1001011 101000

Color Harmonies of #B21AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21AB1

Black with #B21AB1

Text Example


Text Example

White with #B21AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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