Html Css Color HEX #B811DC Deep Magenta

📋 copy color: '#B811DC'

red 184 ◦ green 17 ◦ blue 220

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

Shades of Deep Magenta #B811DC

Tints of Deep Magenta #B811DC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.04%

 BLUE value IS 220 (86.33% from 255) = 52.26%

R = 43.71%
G = 4.04%
B = 52.26%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B811DC (or 0xB811DC) is known color: Deep Magenta. HEX triplet: B8, 11 and DC. RGB value is (184,17,220). Sum of RGB (Red+Green+Blue) = 184+17+220=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 17 (7.03% from 255 or 4.04% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #B811DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B811DC is #47EE23. Grayscale: #595959. Windows color (decimal): -4714020 or 14422456. OLE color: 14422456.

HSL color Cylindrical-coordinate representation of color #B811DC: hue angle of 289.36º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B811DC is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 17 220 -
CMYK 0.16 0.92 0 0.14
HSL 289.36º 0.86% 0.46% -
HSV(B) 289.36º 0.92% 0.86% -
XYZ 32.89 15.76 69.02 -
YUV 90.08 201.33 194.99 -
System Red Green Blue C M Y K H S L
Decimal 184 17 220 0.16 0.92 0 0.14 289.36 0.86 0.46
Hex B8 11 DC 10 5C 0 E 121 56 2E
Octal 270 21 334 20 134 0 16 441 126 56
Binary 10111000 10001 11011100 10000 1011100 0 1110 100100001 1010110 101110

Color Harmonies of #B811DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B811DC

Black with #B811DC

Text Example


Text Example

White with #B811DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B811DC; }

 p { color: rgb(184,17,220); }

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

background-color css

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

 a { background-color: rgb(184,17,220); }

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

border-color css

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

 span { border-color: rgb(184,17,220); }

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