Html Css Color HEX #B911DC Deep Magenta

📋 copy color: '#B911DC'

red 185 ◦ green 17 ◦ blue 220

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

Shades of Deep Magenta #B911DC

Tints of Deep Magenta #B911DC

RGB

 RED value IS 185 (72.66% from 255) = 43.84%

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

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

R = 43.84%
G = 4.03%
B = 52.13%

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

#B911DC (or 0xB911DC) is known color: Deep Magenta. HEX triplet: B9, 11 and DC. RGB value is (185,17,220). Sum of RGB (Red+Green+Blue) = 185+17+220=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 17 (7.03% from 255 or 4.03% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #B911DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B911DC is #46EE23. Grayscale: #595959. Windows color (decimal): -4648484 or 14422457. OLE color: 14422457.

HSL color Cylindrical-coordinate representation of color #B911DC: hue angle of 289.66º 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 #B911DC is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 17 220 -
CMYK 0.16 0.92 0 0.14
HSL 289.66º 0.86% 0.46% -
HSV(B) 289.66º 0.92% 0.86% -
XYZ 33.13 15.88 69.03 -
YUV 90.37 201.16 195.49 -
System Red Green Blue C M Y K H S L
Decimal 185 17 220 0.16 0.92 0 0.14 289.66 0.86 0.46
Hex B9 11 DC 10 5C 0 E 122 56 2E
Octal 271 21 334 20 134 0 16 442 126 56
Binary 10111001 10001 11011100 10000 1011100 0 1110 100100010 1010110 101110

Color Harmonies of #B911DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B911DC

Black with #B911DC

Text Example


Text Example

White with #B911DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B911DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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