Html Css Color HEX #B21DB0 Deep Magenta

📋 copy color: '#B21DB0'

red 178 ◦ green 29 ◦ blue 176

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

Shades of Deep Magenta #B21DB0

Tints of Deep Magenta #B21DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.95%

R = 46.48%
G = 7.57%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B21DB0 (or 0xB21DB0) is known color: Deep Magenta. HEX triplet: B2, 1D and B0. RGB value is (178,29,176). Sum of RGB (Red+Green+Blue) = 178+29+176=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 29 (11.72% from 255 or 7.57% from 383); Blue value is 176 (69.14% from 255 or 45.95% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B21DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21DB0 is #4DE24F. Grayscale: #595959. Windows color (decimal): -5104208 or 11541938. OLE color: 11541938.

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

Color convert

RGB 178 29 176 -
CMYK 0 0.84 0.01 0.30
HSL 300.81º 0.72% 0.41% -
HSV(B) 300.81º 0.84% 0.7% -
XYZ 26.64 13.48 42.27 -
YUV 90.31 176.36 190.55 -
System Red Green Blue C M Y K H S L
Decimal 178 29 176 0 0.84 0.01 0.30 300.81 0.72 0.41
Hex B2 1D B0 0 54 1 1E 12D 48 29
Octal 262 35 260 0 124 1 36 455 110 51
Binary 10110010 11101 10110000 0 1010100 1 11110 100101101 1001000 101001

Color Harmonies of #B21DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21DB0

Black with #B21DB0

Text Example


Text Example

White with #B21DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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