Html Css Color HEX #B820CB Deep Magenta

📋 copy color: '#B820CB'

red 184 ◦ green 32 ◦ blue 203

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

Shades of Deep Magenta #B820CB

Tints of Deep Magenta #B820CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.45%

R = 43.91%
G = 7.64%
B = 48.45%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B820CB (or 0xB820CB) is known color: Deep Magenta. HEX triplet: B8, 20 and CB. RGB value is (184,32,203). Sum of RGB (Red+Green+Blue) = 184+32+203=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #B820CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B820CB is #47DF34. Grayscale: #606060. Windows color (decimal): -4710197 or 13312184. OLE color: 13312184.

HSL color Cylindrical-coordinate representation of color #B820CB: hue angle of 293.33º 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 #B820CB is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 32 203 -
CMYK 0.09 0.84 0 0.20
HSL 293.33º 0.73% 0.46% -
HSV(B) 293.33º 0.84% 0.8% -
XYZ 31.06 15.54 57.86 -
YUV 96.94 187.86 190.1 -
System Red Green Blue C M Y K H S L
Decimal 184 32 203 0.09 0.84 0 0.20 293.33 0.73 0.46
Hex B8 20 CB 9 54 0 14 125 49 2E
Octal 270 40 313 11 124 0 24 445 111 56
Binary 10111000 100000 11001011 1001 1010100 0 10100 100100101 1001001 101110

Color Harmonies of #B820CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B820CB

Black with #B820CB

Text Example


Text Example

White with #B820CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B820CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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