Html Css Color HEX #B212D1 Deep Magenta

📋 copy color: '#B212D1'

red 178 ◦ green 18 ◦ blue 209

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

Shades of Deep Magenta #B212D1

Tints of Deep Magenta #B212D1

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.44%

 BLUE value IS 209 (82.03% from 255) = 51.6%

R = 43.95%
G = 4.44%
B = 51.6%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B212D1 (or 0xB212D1) is known color: Deep Magenta. HEX triplet: B2, 12 and D1. RGB value is (178,18,209). Sum of RGB (Red+Green+Blue) = 178+18+209=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 18 (7.42% from 255 or 4.44% from 405); Blue value is 209 (82.03% from 255 or 51.60% from 405); Max value from RGB is 209 - color contains mainly: blue. Hex color #B212D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B212D1 is #4DED2E. Grayscale: #575757. Windows color (decimal): -5106991 or 13701810. OLE color: 13701810.

HSL color Cylindrical-coordinate representation of color #B212D1: hue angle of 290.26º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B212D1 is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 18 209 -
CMYK 0.15 0.91 0 0.18
HSL 290.26º 0.84% 0.45% -
HSV(B) 290.26º 0.91% 0.82% -
XYZ 30.09 14.5 61.53 -
YUV 87.61 196.51 192.47 -
System Red Green Blue C M Y K H S L
Decimal 178 18 209 0.15 0.91 0 0.18 290.26 0.84 0.45
Hex B2 12 D1 F 5B 0 12 122 54 2D
Octal 262 22 321 17 133 0 22 442 124 55
Binary 10110010 10010 11010001 1111 1011011 0 10010 100100010 1010100 101101

Color Harmonies of #B212D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B212D1

Black with #B212D1

Text Example


Text Example

White with #B212D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B212D1; }

 p { color: rgb(178,18,209); }

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

background-color css

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

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

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

border-color css

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

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

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