Html Css Color HEX #B820BB Deep Magenta

📋 copy color: '#B820BB'

red 184 ◦ green 32 ◦ blue 187

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

Shades of Deep Magenta #B820BB

Tints of Deep Magenta #B820BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.4%

R = 45.66%
G = 7.94%
B = 46.4%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B820BB (or 0xB820BB) is known color: Deep Magenta. HEX triplet: B8, 20 and BB. RGB value is (184,32,187). Sum of RGB (Red+Green+Blue) = 184+32+187=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #B820BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B820BB is #47DF44. Grayscale: #5E5E5E. Windows color (decimal): -4710213 or 12263608. OLE color: 12263608.

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

Color convert

RGB 184 32 187 -
CMYK 0.02 0.83 0 0.27
HSL 298.84º 0.71% 0.43% -
HSV(B) 298.84º 0.83% 0.73% -
XYZ 29.25 14.81 48.33 -
YUV 95.12 179.86 191.4 -
System Red Green Blue C M Y K H S L
Decimal 184 32 187 0.02 0.83 0 0.27 298.84 0.71 0.43
Hex B8 20 BB 2 53 0 1B 12B 47 2B
Octal 270 40 273 2 123 0 33 453 107 53
Binary 10111000 100000 10111011 10 1010011 0 11011 100101011 1000111 101011

Color Harmonies of #B820BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B820BB

Black with #B820BB

Text Example


Text Example

White with #B820BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B820BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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