Html Css Color HEX #BB11DB Deep Magenta

📋 copy color: '#BB11DB'

red 187 ◦ green 17 ◦ blue 219

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

Shades of Deep Magenta #BB11DB

Tints of Deep Magenta #BB11DB

RGB

 RED value IS 187 (73.44% from 255) = 44.21%

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

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

R = 44.21%
G = 4.02%
B = 51.77%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB11DB (or 0xBB11DB) is known color: Deep Magenta. HEX triplet: BB, 11 and DB. RGB value is (187,17,219). Sum of RGB (Red+Green+Blue) = 187+17+219=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 17 (7.03% from 255 or 4.02% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB11DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB11DB is #44EE24. Grayscale: #5A5A5A. Windows color (decimal): -4517413 or 14356923. OLE color: 14356923.

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

Color convert

RGB 187 17 219 -
CMYK 0.15 0.92 0 0.14
HSL 290.5º 0.86% 0.46% -
HSV(B) 290.5º 0.92% 0.86% -
XYZ 33.48 16.08 68.36 -
YUV 90.86 200.32 196.57 -
System Red Green Blue C M Y K H S L
Decimal 187 17 219 0.15 0.92 0 0.14 290.5 0.86 0.46
Hex BB 11 DB F 5C 0 E 122 56 2E
Octal 273 21 333 17 134 0 16 442 126 56
Binary 10111011 10001 11011011 1111 1011100 0 1110 100100010 1010110 101110

Color Harmonies of #BB11DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB11DB

Black with #BB11DB

Text Example


Text Example

White with #BB11DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB11DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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