Html Css Color HEX #B21DB2 Deep Magenta

📋 copy color: '#B21DB2'

red 178 ◦ green 29 ◦ blue 178

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

Shades of Deep Magenta #B21DB2

Tints of Deep Magenta #B21DB2

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.53%

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

R = 46.23%
G = 7.53%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B21DB2 (or 0xB21DB2) is known color: Deep Magenta. HEX triplet: B2, 1D and B2. RGB value is (178,29,178). Sum of RGB (Red+Green+Blue) = 178+29+178=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 178 - color contains mainly: red, blue. Hex color #B21DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21DB2 is #4DE24D. Grayscale: #5A5A5A. Windows color (decimal): -5104206 or 11673010. OLE color: 11673010.

HSL color Cylindrical-coordinate representation of color #B21DB2: hue angle of 300º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B21DB2 is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 29 178 -
CMYK 0 0.84 0 0.30
HSL 300º 0.72% 0.41% -
HSV(B) 300º 0.84% 0.7% -
XYZ 26.84 13.56 43.32 -
YUV 90.54 177.36 190.38 -
System Red Green Blue C M Y K H S L
Decimal 178 29 178 0 0.84 0 0.30 300 0.72 0.41
Hex B2 1D B2 0 54 0 1E 12C 48 29
Octal 262 35 262 0 124 0 36 454 110 51
Binary 10110010 11101 10110010 0 1010100 0 11110 100101100 1001000 101001

Color Harmonies of #B21DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21DB2

Black with #B21DB2

Text Example


Text Example

White with #B21DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21DB2; }

 p { color: rgb(178,29,178); }

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

background-color css

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

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

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

border-color css

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

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

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