Html Css Color HEX #B820C0 Deep Magenta

📋 copy color: '#B820C0'

red 184 ◦ green 32 ◦ blue 192

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

Shades of Deep Magenta #B820C0

Tints of Deep Magenta #B820C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.06%

R = 45.1%
G = 7.84%
B = 47.06%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B820C0 (or 0xB820C0) is known color: Deep Magenta. HEX triplet: B8, 20 and C0. RGB value is (184,32,192). Sum of RGB (Red+Green+Blue) = 184+32+192=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 192 (75.39% from 255 or 47.06% from 408); Max value from RGB is 192 - color contains mainly: blue. Hex color #B820C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B820C0 is #47DF3F. Grayscale: #5F5F5F. Windows color (decimal): -4710208 or 12591288. OLE color: 12591288.

HSL color Cylindrical-coordinate representation of color #B820C0: hue angle of 297º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B820C0 is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 32 192 -
CMYK 0.04 0.83 0 0.25
HSL 297º 0.71% 0.44% -
HSV(B) 297º 0.83% 0.75% -
XYZ 29.8 15.03 51.2 -
YUV 95.69 182.36 190.99 -
System Red Green Blue C M Y K H S L
Decimal 184 32 192 0.04 0.83 0 0.25 297 0.71 0.44
Hex B8 20 C0 4 53 0 19 129 47 2C
Octal 270 40 300 4 123 0 31 451 107 54
Binary 10111000 100000 11000000 100 1010011 0 11001 100101001 1000111 101100

Color Harmonies of #B820C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B820C0

Black with #B820C0

Text Example


Text Example

White with #B820C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B820C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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