Html Css Color HEX #B206BE Deep Magenta

📋 copy color: '#B206BE'

red 178 ◦ green 6 ◦ blue 190

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

Shades of Deep Magenta #B206BE

Tints of Deep Magenta #B206BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.8%

R = 47.59%
G = 1.6%
B = 50.8%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B206BE (or 0xB206BE) is known color: Deep Magenta. HEX triplet: B2, 06 and BE. RGB value is (178,6,190). Sum of RGB (Red+Green+Blue) = 178+6+190=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 6 (2.73% from 255 or 1.60% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #B206BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B206BE is #4DF941. Grayscale: #4D4D4D. Windows color (decimal): -5110082 or 12453554. OLE color: 12453554.

HSL color Cylindrical-coordinate representation of color #B206BE: hue angle of 296.09º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B206BE is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 6 190 -
CMYK 0.06 0.97 0 0.25
HSL 296.09º 0.94% 0.38% -
HSV(B) 296.09º 0.97% 0.75% -
XYZ 27.72 13.31 49.82 -
YUV 78.4 190.98 199.04 -
System Red Green Blue C M Y K H S L
Decimal 178 6 190 0.06 0.97 0 0.25 296.09 0.94 0.38
Hex B2 6 BE 6 61 0 19 128 5E 26
Octal 262 6 276 6 141 0 31 450 136 46
Binary 10110010 110 10111110 110 1100001 0 11001 100101000 1011110 100110

Color Harmonies of #B206BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B206BE

Black with #B206BE

Text Example


Text Example

White with #B206BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B206BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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