Html Css Color HEX #B206C3 Deep Magenta

📋 copy color: '#B206C3'

red 178 ◦ green 6 ◦ blue 195

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

Shades of Deep Magenta #B206C3

Tints of Deep Magenta #B206C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 51.45%

R = 46.97%
G = 1.58%
B = 51.45%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B206C3 (or 0xB206C3) is known color: Deep Magenta. HEX triplet: B2, 06 and C3. RGB value is (178,6,195). Sum of RGB (Red+Green+Blue) = 178+6+195=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 6 (2.73% from 255 or 1.58% from 379); Blue value is 195 (76.56% from 255 or 51.45% from 379); Max value from RGB is 195 - color contains mainly: blue. Hex color #B206C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B206C3 is #4DF93C. Grayscale: #4E4E4E. Windows color (decimal): -5110077 or 12781234. OLE color: 12781234.

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

Color convert

RGB 178 6 195 -
CMYK 0.09 0.97 0 0.24
HSL 294.6º 0.94% 0.39% -
HSV(B) 294.6º 0.97% 0.76% -
XYZ 28.28 13.54 52.75 -
YUV 78.97 193.48 198.63 -
System Red Green Blue C M Y K H S L
Decimal 178 6 195 0.09 0.97 0 0.24 294.6 0.94 0.39
Hex B2 6 C3 9 61 0 18 127 5E 27
Octal 262 6 303 11 141 0 30 447 136 47
Binary 10110010 110 11000011 1001 1100001 0 11000 100100111 1011110 100111

Color Harmonies of #B206C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B206C3

Black with #B206C3

Text Example


Text Example

White with #B206C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B206C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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