Html Css Color HEX #B206CC Deep Magenta

📋 copy color: '#B206CC'

red 178 ◦ green 6 ◦ blue 204

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

Shades of Deep Magenta #B206CC

Tints of Deep Magenta #B206CC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.55%

 BLUE value IS 204 (80.08% from 255) = 52.58%

R = 45.88%
G = 1.55%
B = 52.58%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B206CC (or 0xB206CC) is known color: Deep Magenta. HEX triplet: B2, 06 and CC. RGB value is (178,6,204). Sum of RGB (Red+Green+Blue) = 178+6+204=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 6 (2.73% from 255 or 1.55% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #B206CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B206CC is #4DF933. Grayscale: #4F4F4F. Windows color (decimal): -5110068 or 13371058. OLE color: 13371058.

HSL color Cylindrical-coordinate representation of color #B206CC: hue angle of 292.12º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B206CC is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 6 204 -
CMYK 0.13 0.97 0 0.2
HSL 292.12º 0.94% 0.41% -
HSV(B) 292.12º 0.97% 0.8% -
XYZ 29.32 13.95 58.27 -
YUV 80 197.98 197.9 -
System Red Green Blue C M Y K H S L
Decimal 178 6 204 0.13 0.97 0 0.2 292.12 0.94 0.41
Hex B2 6 CC D 61 0 14 124 5E 29
Octal 262 6 314 15 141 0 24 444 136 51
Binary 10110010 110 11001100 1101 1100001 0 10100 100100100 1011110 101001

Color Harmonies of #B206CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B206CC

Black with #B206CC

Text Example


Text Example

White with #B206CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B206CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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