Html Css Color HEX #B206C0 Deep Magenta

📋 copy color: '#B206C0'

red 178 ◦ green 6 ◦ blue 192

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

Shades of Deep Magenta #B206C0

Tints of Deep Magenta #B206C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 51.06%

R = 47.34%
G = 1.6%
B = 51.06%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B206C0 (or 0xB206C0) is known color: Deep Magenta. HEX triplet: B2, 06 and C0. RGB value is (178,6,192). Sum of RGB (Red+Green+Blue) = 178+6+192=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 6 (2.73% from 255 or 1.60% from 376); Blue value is 192 (75.39% from 255 or 51.06% from 376); Max value from RGB is 192 - color contains mainly: blue. Hex color #B206C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B206C0 is #4DF93F. Grayscale: #4E4E4E. Windows color (decimal): -5110080 or 12584626. OLE color: 12584626.

HSL color Cylindrical-coordinate representation of color #B206C0: hue angle of 295.48º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B206C0 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 6 192 -
CMYK 0.07 0.97 0 0.25
HSL 295.48º 0.94% 0.39% -
HSV(B) 295.48º 0.97% 0.75% -
XYZ 27.94 13.4 50.98 -
YUV 78.63 191.98 198.88 -
System Red Green Blue C M Y K H S L
Decimal 178 6 192 0.07 0.97 0 0.25 295.48 0.94 0.39
Hex B2 6 C0 7 61 0 19 127 5E 27
Octal 262 6 300 7 141 0 31 447 136 47
Binary 10110010 110 11000000 111 1100001 0 11001 100100111 1011110 100111

Color Harmonies of #B206C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B206C0

Black with #B206C0

Text Example


Text Example

White with #B206C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B206C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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