Html Css Color HEX #B820AD Deep Magenta

📋 copy color: '#B820AD'

red 184 ◦ green 32 ◦ blue 173

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

Shades of Deep Magenta #B820AD

Tints of Deep Magenta #B820AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.47%

R = 47.3%
G = 8.23%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B820AD (or 0xB820AD) is known color: Deep Magenta. HEX triplet: B8, 20 and AD. RGB value is (184,32,173). Sum of RGB (Red+Green+Blue) = 184+32+173=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B820AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B820AD is #47DF52. Grayscale: #5D5D5D. Windows color (decimal): -4710227 or 11346104. OLE color: 11346104.

HSL color Cylindrical-coordinate representation of color #B820AD: hue angle of 304.34º 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 #B820AD is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 32 173 -
CMYK 0 0.83 0.06 0.28
HSL 304.34º 0.7% 0.42% -
HSV(B) 304.34º 0.83% 0.72% -
XYZ 27.83 14.24 40.82 -
YUV 93.52 172.86 192.54 -
System Red Green Blue C M Y K H S L
Decimal 184 32 173 0 0.83 0.06 0.28 304.34 0.7 0.42
Hex B8 20 AD 0 53 6 1C 130 46 2A
Octal 270 40 255 0 123 6 34 460 106 52
Binary 10111000 100000 10101101 0 1010011 110 11100 100110000 1000110 101010

Color Harmonies of #B820AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B820AD

Black with #B820AD

Text Example


Text Example

White with #B820AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B820AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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