Html Css Color HEX #B208B2 Deep Magenta

📋 copy color: '#B208B2'

red 178 ◦ green 8 ◦ blue 178

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

Shades of Deep Magenta #B208B2

Tints of Deep Magenta #B208B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 48.9%

R = 48.9%
G = 2.2%
B = 48.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B208B2 (or 0xB208B2) is known color: Deep Magenta. HEX triplet: B2, 08 and B2. RGB value is (178,8,178). Sum of RGB (Red+Green+Blue) = 178+8+178=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 8 (3.52% from 255 or 2.20% from 364); Blue value is 178 (69.92% from 255 or 48.90% from 364); Max value from RGB is 178 - color contains mainly: red, blue. Hex color #B208B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B208B2 is #4DF74D. Grayscale: #4D4D4D. Windows color (decimal): -5109582 or 11667634. OLE color: 11667634.

HSL color Cylindrical-coordinate representation of color #B208B2: hue angle of 300º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B208B2 is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 8 178 -
CMYK 0 0.96 0 0.30
HSL 300º 0.91% 0.36% -
HSV(B) 300º 0.96% 0.7% -
XYZ 26.48 12.85 43.2 -
YUV 78.21 184.32 199.18 -
System Red Green Blue C M Y K H S L
Decimal 178 8 178 0 0.96 0 0.30 300 0.91 0.36
Hex B2 8 B2 0 60 0 1E 12C 5B 24
Octal 262 10 262 0 140 0 36 454 133 44
Binary 10110010 1000 10110010 0 1100000 0 11110 100101100 1011011 100100

Color Harmonies of #B208B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B208B2

Black with #B208B2

Text Example


Text Example

White with #B208B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B208B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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