Html Css Color HEX #B820CA Deep Magenta

📋 copy color: '#B820CA'

red 184 ◦ green 32 ◦ blue 202

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

Shades of Deep Magenta #B820CA

Tints of Deep Magenta #B820CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.33%

R = 44.02%
G = 7.66%
B = 48.33%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B820CA (or 0xB820CA) is known color: Deep Magenta. HEX triplet: B8, 20 and CA. RGB value is (184,32,202). Sum of RGB (Red+Green+Blue) = 184+32+202=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #B820CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B820CA is #47DF35. Grayscale: #606060. Windows color (decimal): -4710198 or 13246648. OLE color: 13246648.

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

Color convert

RGB 184 32 202 -
CMYK 0.09 0.84 0 0.21
HSL 293.65º 0.73% 0.46% -
HSV(B) 293.65º 0.84% 0.79% -
XYZ 30.94 15.49 57.24 -
YUV 96.83 187.36 190.18 -
System Red Green Blue C M Y K H S L
Decimal 184 32 202 0.09 0.84 0 0.21 293.65 0.73 0.46
Hex B8 20 CA 9 54 0 15 126 49 2E
Octal 270 40 312 11 124 0 25 446 111 56
Binary 10111000 100000 11001010 1001 1010100 0 10101 100100110 1001001 101110

Color Harmonies of #B820CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B820CA

Black with #B820CA

Text Example


Text Example

White with #B820CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B820CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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