Html Css Color HEX #B206A6 Deep Magenta

📋 copy color: '#B206A6'

red 178 ◦ green 6 ◦ blue 166

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

Shades of Deep Magenta #B206A6

Tints of Deep Magenta #B206A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 47.43%

R = 50.86%
G = 1.71%
B = 47.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B206A6 (or 0xB206A6) is known color: Deep Magenta. HEX triplet: B2, 06 and A6. RGB value is (178,6,166). Sum of RGB (Red+Green+Blue) = 178+6+166=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 6 (2.73% from 255 or 1.71% from 350); Blue value is 166 (65.23% from 255 or 47.43% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B206A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B206A6 is #4DF959. Grayscale: #4B4B4B. Windows color (decimal): -5110106 or 10880690. OLE color: 10880690.

HSL color Cylindrical-coordinate representation of color #B206A6: hue angle of 304.19º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B206A6 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 6 166 -
CMYK 0 0.97 0.07 0.30
HSL 304.19º 0.93% 0.36% -
HSV(B) 304.19º 0.97% 0.7% -
XYZ 25.31 12.35 37.13 -
YUV 75.67 178.98 200.99 -
System Red Green Blue C M Y K H S L
Decimal 178 6 166 0 0.97 0.07 0.30 304.19 0.93 0.36
Hex B2 6 A6 0 61 7 1E 130 5D 24
Octal 262 6 246 0 141 7 36 460 135 44
Binary 10110010 110 10100110 0 1100001 111 11110 100110000 1011101 100100

Color Harmonies of #B206A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B206A6

Black with #B206A6

Text Example


Text Example

White with #B206A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B206A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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