Html Css Color HEX #B208B0 Deep Magenta

📋 copy color: '#B208B0'

red 178 ◦ green 8 ◦ blue 176

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

Shades of Deep Magenta #B208B0

Tints of Deep Magenta #B208B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 48.62%

R = 49.17%
G = 2.21%
B = 48.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B208B0 (or 0xB208B0) is known color: Deep Magenta. HEX triplet: B2, 08 and B0. RGB value is (178,8,176). Sum of RGB (Red+Green+Blue) = 178+8+176=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 8 (3.52% from 255 or 2.21% from 362); Blue value is 176 (69.14% from 255 or 48.62% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B208B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B208B0 is #4DF74F. Grayscale: #4D4D4D. Windows color (decimal): -5109584 or 11536562. OLE color: 11536562.

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

Color convert

RGB 178 8 176 -
CMYK 0 0.96 0.01 0.30
HSL 300.71º 0.91% 0.36% -
HSV(B) 300.71º 0.96% 0.7% -
XYZ 26.28 12.77 42.15 -
YUV 77.98 183.32 199.34 -
System Red Green Blue C M Y K H S L
Decimal 178 8 176 0 0.96 0.01 0.30 300.71 0.91 0.36
Hex B2 8 B0 0 60 1 1E 12D 5B 24
Octal 262 10 260 0 140 1 36 455 133 44
Binary 10110010 1000 10110000 0 1100000 1 11110 100101101 1011011 100100

Color Harmonies of #B208B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B208B0

Black with #B208B0

Text Example


Text Example

White with #B208B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B208B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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