Html Css Color HEX #B911DB Deep Magenta

📋 copy color: '#B911DB'

red 185 ◦ green 17 ◦ blue 219

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

Shades of Deep Magenta #B911DB

Tints of Deep Magenta #B911DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.02%

R = 43.94%
G = 4.04%
B = 52.02%

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

#B911DB (or 0xB911DB) is known color: Deep Magenta. HEX triplet: B9, 11 and DB. RGB value is (185,17,219). Sum of RGB (Red+Green+Blue) = 185+17+219=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 17 (7.03% from 255 or 4.04% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #B911DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B911DB is #46EE24. Grayscale: #595959. Windows color (decimal): -4648485 or 14356921. OLE color: 14356921.

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

Color convert

RGB 185 17 219 -
CMYK 0.16 0.92 0 0.14
HSL 289.9º 0.86% 0.46% -
HSV(B) 289.9º 0.92% 0.86% -
XYZ 32.99 15.83 68.33 -
YUV 90.26 200.66 195.57 -
System Red Green Blue C M Y K H S L
Decimal 185 17 219 0.16 0.92 0 0.14 289.9 0.86 0.46
Hex B9 11 DB 10 5C 0 E 122 56 2E
Octal 271 21 333 20 134 0 16 442 126 56
Binary 10111001 10001 11011011 10000 1011100 0 1110 100100010 1010110 101110

Color Harmonies of #B911DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B911DB

Black with #B911DB

Text Example


Text Example

White with #B911DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B911DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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