Html Css Color HEX #B201D1 Deep Magenta

📋 copy color: '#B201D1'

red 178 ◦ green 1 ◦ blue 209

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

Shades of Deep Magenta #B201D1

Tints of Deep Magenta #B201D1

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 45.88%
G = 0.26%
B = 53.87%

CMYK

 C value IS 0.15

 M value IS 1.00

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B201D1 (or 0xB201D1) is known color: Deep Magenta. HEX triplet: B2, 01 and D1. RGB value is (178,1,209). Sum of RGB (Red+Green+Blue) = 178+1+209=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 209 (82.03% from 255 or 53.87% from 388); Max value from RGB is 209 - color contains mainly: blue. Hex color #B201D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B201D1 is #4DFE2E. Grayscale: #4C4C4C. Windows color (decimal): -5111343 or 13697458. OLE color: 13697458.

HSL color Cylindrical-coordinate representation of color #B201D1: hue angle of 291.06º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B201D1 is Cyan = 0.15, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 1 209 -
CMYK 0.15 1.00 0 0.18
HSL 291.06º 0.99% 0.41% -
HSV(B) 291.06º 1% 0.82% -
XYZ 29.88 14.09 61.47 -
YUV 77.64 202.14 199.59 -
System Red Green Blue C M Y K H S L
Decimal 178 1 209 0.15 1.00 0 0.18 291.06 0.99 0.41
Hex B2 1 D1 F 64 0 12 123 63 29
Octal 262 1 321 17 144 0 22 443 143 51
Binary 10110010 1 11010001 1111 1100100 0 10010 100100011 1100011 101001

Color Harmonies of #B201D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B201D1

Black with #B201D1

Text Example


Text Example

White with #B201D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B201D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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