Html Css Color HEX #B820CD Deep Magenta

📋 copy color: '#B820CD'

red 184 ◦ green 32 ◦ blue 205

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

Shades of Deep Magenta #B820CD

Tints of Deep Magenta #B820CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.69%

R = 43.71%
G = 7.6%
B = 48.69%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B820CD (or 0xB820CD) is known color: Deep Magenta. HEX triplet: B8, 20 and CD. RGB value is (184,32,205). Sum of RGB (Red+Green+Blue) = 184+32+205=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 32 (12.89% from 255 or 7.60% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #B820CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B820CD is #47DF32. Grayscale: #606060. Windows color (decimal): -4710195 or 13443256. OLE color: 13443256.

HSL color Cylindrical-coordinate representation of color #B820CD: hue angle of 292.72º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B820CD is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 32 205 -
CMYK 0.10 0.84 0 0.20
HSL 292.72º 0.73% 0.46% -
HSV(B) 292.72º 0.84% 0.8% -
XYZ 31.3 15.63 59.12 -
YUV 97.17 188.86 189.93 -
System Red Green Blue C M Y K H S L
Decimal 184 32 205 0.10 0.84 0 0.20 292.72 0.73 0.46
Hex B8 20 CD A 54 0 14 125 49 2E
Octal 270 40 315 12 124 0 24 445 111 56
Binary 10111000 100000 11001101 1010 1010100 0 10100 100100101 1001001 101110

Color Harmonies of #B820CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B820CD

Black with #B820CD

Text Example


Text Example

White with #B820CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B820CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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