Html Css Color HEX #B206B1 Deep Magenta

📋 copy color: '#B206B1'

red 178 ◦ green 6 ◦ blue 177

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

Shades of Deep Magenta #B206B1

Tints of Deep Magenta #B206B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 49.03%

R = 49.31%
G = 1.66%
B = 49.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B206B1 (or 0xB206B1) is known color: Deep Magenta. HEX triplet: B2, 06 and B1. RGB value is (178,6,177). Sum of RGB (Red+Green+Blue) = 178+6+177=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 6 (2.73% from 255 or 1.66% from 361); Blue value is 177 (69.53% from 255 or 49.03% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B206B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B206B1 is #4DF94E. Grayscale: #4C4C4C. Windows color (decimal): -5110095 or 11601586. OLE color: 11601586.

HSL color Cylindrical-coordinate representation of color #B206B1: hue angle of 300.35º 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 #B206B1 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 6 177 -
CMYK 0 0.97 0.01 0.30
HSL 300.35º 0.93% 0.36% -
HSV(B) 300.35º 0.97% 0.7% -
XYZ 26.36 12.77 42.67 -
YUV 76.92 184.48 200.1 -
System Red Green Blue C M Y K H S L
Decimal 178 6 177 0 0.97 0.01 0.30 300.35 0.93 0.36
Hex B2 6 B1 0 61 1 1E 12C 5D 24
Octal 262 6 261 0 141 1 36 454 135 44
Binary 10110010 110 10110001 0 1100001 1 11110 100101100 1011101 100100

Color Harmonies of #B206B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B206B1

Black with #B206B1

Text Example


Text Example

White with #B206B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B206B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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