Html Css Color HEX #B820BA Deep Magenta

📋 copy color: '#B820BA'

red 184 ◦ green 32 ◦ blue 186

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

Shades of Deep Magenta #B820BA

Tints of Deep Magenta #B820BA

RGB

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

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

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

R = 45.77%
G = 7.96%
B = 46.27%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B820BA (or 0xB820BA) is known color: Deep Magenta. HEX triplet: B8, 20 and BA. RGB value is (184,32,186). Sum of RGB (Red+Green+Blue) = 184+32+186=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #B820BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B820BA is #47DF45. Grayscale: #5E5E5E. Windows color (decimal): -4710214 or 12198072. OLE color: 12198072.

HSL color Cylindrical-coordinate representation of color #B820BA: hue angle of 299.22º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B820BA is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 32 186 -
CMYK 0.01 0.83 0 0.27
HSL 299.22º 0.71% 0.43% -
HSV(B) 299.22º 0.83% 0.73% -
XYZ 29.15 14.77 47.77 -
YUV 95 179.36 191.48 -
System Red Green Blue C M Y K H S L
Decimal 184 32 186 0.01 0.83 0 0.27 299.22 0.71 0.43
Hex B8 20 BA 1 53 0 1B 12B 47 2B
Octal 270 40 272 1 123 0 33 453 107 53
Binary 10111000 100000 10111010 1 1010011 0 11011 100101011 1000111 101011

Color Harmonies of #B820BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B820BA

Black with #B820BA

Text Example


Text Example

White with #B820BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B820BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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