#B206BD

Color #B206BD Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B206BD

Tints of Deep Magenta #B206BD

Color information

#B206BD (or 0xB206BD) is unknown color: approx Deep Magenta. HEX triplet: B2, 06 and BD. RGB value is (178,6,189). Sum of RGB (Red+Green+Blue) = 178+6+189=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 6 (2.73% from 255 or 1.61% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #B206BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B206BD is #4DF942. Grayscale: #4D4D4D. Windows color (decimal): -5110083 or 12388018. OLE color: 12388018.

HSL color Cylindrical-coordinate representation of color #B206BD: hue angle of 296.39º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B206BD is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1786189-
CMYK0.060.9700.26
HSL296.39º93.85%38.24%-
HSV(B)296.39º96.83%74.12%-
XYZ27.6113.2749.25-
YUV78.29190.48199.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.72%
GREEN value IS 6 (2.73% from 255) = 1.61%
BLUE value IS 189 (74.22% from 255) = 50.67%
R=47.72%
G=1.61%
B=50.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal17861890.060.9700.26296.3993.8538.24
HexB26BD66101A1285e26
Octal2626275614103245013646
Binary101100101101011110111011000010110101001010001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B206BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B206BD; }

 p { color: rgb(178,6,189); }

 H1.HeaderClassName
 {
   color: #B206BD;
 }
 .AnyTagClassName
 {
   color: #B206BD;
 }
</style>
background-color css

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

 a { background-color: rgb(178,6,189); }

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

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

 span { border-color: rgb(178,6,189); }

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