Html Css Color HEX #B208BA Deep Magenta

📋 copy color: '#B208BA'

red 178 ◦ green 8 ◦ blue 186

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

Shades of Deep Magenta #B208BA

Tints of Deep Magenta #B208BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50%

R = 47.85%
G = 2.15%
B = 50%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B208BA (or 0xB208BA) is known color: Deep Magenta. HEX triplet: B2, 08 and BA. RGB value is (178,8,186). Sum of RGB (Red+Green+Blue) = 178+8+186=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 8 (3.52% from 255 or 2.15% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #B208BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B208BA is #4DF745. Grayscale: #4E4E4E. Windows color (decimal): -5109574 or 12191922. OLE color: 12191922.

HSL color Cylindrical-coordinate representation of color #B208BA: hue angle of 297.3º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B208BA is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 8 186 -
CMYK 0.04 0.96 0 0.27
HSL 297.3º 0.92% 0.38% -
HSV(B) 297.3º 0.96% 0.73% -
XYZ 27.31 13.18 47.56 -
YUV 79.12 188.32 198.53 -
System Red Green Blue C M Y K H S L
Decimal 178 8 186 0.04 0.96 0 0.27 297.3 0.92 0.38
Hex B2 8 BA 4 60 0 1B 129 5C 26
Octal 262 10 272 4 140 0 33 451 134 46
Binary 10110010 1000 10111010 100 1100000 0 11011 100101001 1011100 100110

Color Harmonies of #B208BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B208BA

Black with #B208BA

Text Example


Text Example

White with #B208BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B208BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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