Html Css Color HEX #B206C6 Deep Magenta

📋 copy color: '#B206C6'

red 178 ◦ green 6 ◦ blue 198

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

Shades of Deep Magenta #B206C6

Tints of Deep Magenta #B206C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 51.83%

R = 46.6%
G = 1.57%
B = 51.83%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B206C6 (or 0xB206C6) is known color: Deep Magenta. HEX triplet: B2, 06 and C6. RGB value is (178,6,198). Sum of RGB (Red+Green+Blue) = 178+6+198=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 6 (2.73% from 255 or 1.57% from 382); Blue value is 198 (77.73% from 255 or 51.83% from 382); Max value from RGB is 198 - color contains mainly: blue. Hex color #B206C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B206C6 is #4DF939. Grayscale: #4E4E4E. Windows color (decimal): -5110074 or 12977842. OLE color: 12977842.

HSL color Cylindrical-coordinate representation of color #B206C6: hue angle of 293.75º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B206C6 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 6 198 -
CMYK 0.10 0.97 0 0.22
HSL 293.75º 0.94% 0.4% -
HSV(B) 293.75º 0.97% 0.78% -
XYZ 28.62 13.67 54.56 -
YUV 79.32 194.98 198.39 -
System Red Green Blue C M Y K H S L
Decimal 178 6 198 0.10 0.97 0 0.22 293.75 0.94 0.4
Hex B2 6 C6 A 61 0 16 126 5E 28
Octal 262 6 306 12 141 0 26 446 136 50
Binary 10110010 110 11000110 1010 1100001 0 10110 100100110 1011110 101000

Color Harmonies of #B206C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B206C6

Black with #B206C6

Text Example


Text Example

White with #B206C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B206C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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