Html Css Color HEX #B21DB4 Deep Magenta

📋 copy color: '#B21DB4'

red 178 ◦ green 29 ◦ blue 180

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

Shades of Deep Magenta #B21DB4

Tints of Deep Magenta #B21DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 46.51%

R = 45.99%
G = 7.49%
B = 46.51%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B21DB4 (or 0xB21DB4) is known color: Deep Magenta. HEX triplet: B2, 1D and B4. RGB value is (178,29,180). Sum of RGB (Red+Green+Blue) = 178+29+180=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 29 (11.72% from 255 or 7.49% from 387); Blue value is 180 (70.70% from 255 or 46.51% from 387); Max value from RGB is 180 - color contains mainly: blue. Hex color #B21DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21DB4 is #4DE24B. Grayscale: #5A5A5A. Windows color (decimal): -5104204 or 11804082. OLE color: 11804082.

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

Color convert

RGB 178 29 180 -
CMYK 0.01 0.84 0 0.29
HSL 299.21º 0.72% 0.41% -
HSV(B) 299.21º 0.84% 0.71% -
XYZ 27.04 13.64 44.39 -
YUV 90.77 178.36 190.22 -
System Red Green Blue C M Y K H S L
Decimal 178 29 180 0.01 0.84 0 0.29 299.21 0.72 0.41
Hex B2 1D B4 1 54 0 1D 12B 48 29
Octal 262 35 264 1 124 0 35 453 110 51
Binary 10110010 11101 10110100 1 1010100 0 11101 100101011 1001000 101001

Color Harmonies of #B21DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21DB4

Black with #B21DB4

Text Example


Text Example

White with #B21DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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