Html Css Color HEX #B21DB5 Deep Magenta

📋 copy color: '#B21DB5'

red 178 ◦ green 29 ◦ blue 181

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

Shades of Deep Magenta #B21DB5

Tints of Deep Magenta #B21DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 46.65%

R = 45.88%
G = 7.47%
B = 46.65%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B21DB5 (or 0xB21DB5) is known color: Deep Magenta. HEX triplet: B2, 1D and B5. RGB value is (178,29,181). Sum of RGB (Red+Green+Blue) = 178+29+181=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 29 (11.72% from 255 or 7.47% from 388); Blue value is 181 (71.09% from 255 or 46.65% from 388); Max value from RGB is 181 - color contains mainly: blue. Hex color #B21DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21DB5 is #4DE24A. Grayscale: #5A5A5A. Windows color (decimal): -5104203 or 11869618. OLE color: 11869618.

HSL color Cylindrical-coordinate representation of color #B21DB5: hue angle of 298.82º 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 #B21DB5 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 29 181 -
CMYK 0.02 0.84 0 0.29
HSL 298.82º 0.72% 0.41% -
HSV(B) 298.82º 0.84% 0.71% -
XYZ 27.14 13.68 44.93 -
YUV 90.88 178.86 190.14 -
System Red Green Blue C M Y K H S L
Decimal 178 29 181 0.02 0.84 0 0.29 298.82 0.72 0.41
Hex B2 1D B5 2 54 0 1D 12B 48 29
Octal 262 35 265 2 124 0 35 453 110 51
Binary 10110010 11101 10110101 10 1010100 0 11101 100101011 1001000 101001

Color Harmonies of #B21DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21DB5

Black with #B21DB5

Text Example


Text Example

White with #B21DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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