Html Css Color HEX #B206AD Deep Magenta

📋 copy color: '#B206AD'

red 178 ◦ green 6 ◦ blue 173

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

Shades of Deep Magenta #B206AD

Tints of Deep Magenta #B206AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 48.46%

R = 49.86%
G = 1.68%
B = 48.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B206AD (or 0xB206AD) is known color: Deep Magenta. HEX triplet: B2, 06 and AD. RGB value is (178,6,173). Sum of RGB (Red+Green+Blue) = 178+6+173=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B206AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B206AD is #4DF952. Grayscale: #4B4B4B. Windows color (decimal): -5110099 or 11339442. OLE color: 11339442.

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

Color convert

RGB 178 6 173 -
CMYK 0 0.97 0.03 0.30
HSL 301.74º 0.93% 0.36% -
HSV(B) 301.74º 0.97% 0.7% -
XYZ 25.97 12.61 40.6 -
YUV 76.47 182.48 200.42 -
System Red Green Blue C M Y K H S L
Decimal 178 6 173 0 0.97 0.03 0.30 301.74 0.93 0.36
Hex B2 6 AD 0 61 3 1E 12E 5D 24
Octal 262 6 255 0 141 3 36 456 135 44
Binary 10110010 110 10101101 0 1100001 11 11110 100101110 1011101 100100

Color Harmonies of #B206AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B206AD

Black with #B206AD

Text Example


Text Example

White with #B206AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B206AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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