Html Css Color HEX #B208D0 Deep Magenta

📋 copy color: '#B208D0'

red 178 ◦ green 8 ◦ blue 208

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

Shades of Deep Magenta #B208D0

Tints of Deep Magenta #B208D0

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.03%

 BLUE value IS 208 (81.64% from 255) = 52.79%

R = 45.18%
G = 2.03%
B = 52.79%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B208D0 (or 0xB208D0) is known color: Deep Magenta. HEX triplet: B2, 08 and D0. RGB value is (178,8,208). Sum of RGB (Red+Green+Blue) = 178+8+208=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 8 (3.52% from 255 or 2.03% from 394); Blue value is 208 (81.64% from 255 or 52.79% from 394); Max value from RGB is 208 - color contains mainly: blue. Hex color #B208D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B208D0 is #4DF72F. Grayscale: #515151. Windows color (decimal): -5109552 or 13633714. OLE color: 13633714.

HSL color Cylindrical-coordinate representation of color #B208D0: hue angle of 291º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B208D0 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 8 208 -
CMYK 0.14 0.96 0 0.18
HSL 291º 0.93% 0.42% -
HSV(B) 291º 0.96% 0.82% -
XYZ 29.83 14.19 60.84 -
YUV 81.63 199.32 196.74 -
System Red Green Blue C M Y K H S L
Decimal 178 8 208 0.14 0.96 0 0.18 291 0.93 0.42
Hex B2 8 D0 E 60 0 12 123 5D 2A
Octal 262 10 320 16 140 0 22 443 135 52
Binary 10110010 1000 11010000 1110 1100000 0 10010 100100011 1011101 101010

Color Harmonies of #B208D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B208D0

Black with #B208D0

Text Example


Text Example

White with #B208D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B208D0; }

 p { color: rgb(178,8,208); }

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

background-color css

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

 a { background-color: rgb(178,8,208); }

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

border-color css

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

 span { border-color: rgb(178,8,208); }

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