Html Css Color HEX #B820B3 Deep Magenta

📋 copy color: '#B820B3'

red 184 ◦ green 32 ◦ blue 179

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

Shades of Deep Magenta #B820B3

Tints of Deep Magenta #B820B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.32%

R = 46.58%
G = 8.1%
B = 45.32%

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

#B820B3 (or 0xB820B3) is known color: Deep Magenta. HEX triplet: B8, 20 and B3. RGB value is (184,32,179). Sum of RGB (Red+Green+Blue) = 184+32+179=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 179 (70.31% from 255 or 45.32% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B820B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B820B3 is #47DF4C. Grayscale: #5D5D5D. Windows color (decimal): -4710221 or 11739320. OLE color: 11739320.

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

Color convert

RGB 184 32 179 -
CMYK 0 0.83 0.03 0.28
HSL 301.97º 0.7% 0.42% -
HSV(B) 301.97º 0.83% 0.72% -
XYZ 28.42 14.48 43.94 -
YUV 94.21 175.86 192.05 -
System Red Green Blue C M Y K H S L
Decimal 184 32 179 0 0.83 0.03 0.28 301.97 0.7 0.42
Hex B8 20 B3 0 53 3 1C 12E 46 2A
Octal 270 40 263 0 123 3 34 456 106 52
Binary 10111000 100000 10110011 0 1010011 11 11100 100101110 1000110 101010

Color Harmonies of #B820B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B820B3

Black with #B820B3

Text Example


Text Example

White with #B820B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B820B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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