Html Css Color HEX #B820B2 Deep Magenta

📋 copy color: '#B820B2'

red 184 ◦ green 32 ◦ blue 178

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

Shades of Deep Magenta #B820B2

Tints of Deep Magenta #B820B2

RGB

 RED value IS 184 (72.27% from 255) = 46.7%

 GREEN value IS 32 (12.89% from 255) = 8.12%

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

R = 46.7%
G = 8.12%
B = 45.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B820B2 (or 0xB820B2) is known color: Deep Magenta. HEX triplet: B8, 20 and B2. RGB value is (184,32,178). Sum of RGB (Red+Green+Blue) = 184+32+178=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 178 (69.92% from 255 or 45.18% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B820B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B820B2 is #47DF4D. Grayscale: #5D5D5D. Windows color (decimal): -4710222 or 11673784. OLE color: 11673784.

HSL color Cylindrical-coordinate representation of color #B820B2: hue angle of 302.37º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B820B2 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 32 178 -
CMYK 0 0.83 0.03 0.28
HSL 302.37º 0.7% 0.42% -
HSV(B) 302.37º 0.83% 0.72% -
XYZ 28.32 14.44 43.41 -
YUV 94.09 175.36 192.13 -
System Red Green Blue C M Y K H S L
Decimal 184 32 178 0 0.83 0.03 0.28 302.37 0.7 0.42
Hex B8 20 B2 0 53 3 1C 12E 46 2A
Octal 270 40 262 0 123 3 34 456 106 52
Binary 10111000 100000 10110010 0 1010011 11 11100 100101110 1000110 101010

Color Harmonies of #B820B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B820B2

Black with #B820B2

Text Example


Text Example

White with #B820B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B820B2; }

 p { color: rgb(184,32,178); }

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

background-color css

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

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

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

border-color css

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

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

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