Html Css Color HEX #BB11BB Deep Magenta

📋 copy color: '#BB11BB'

red 187 ◦ green 17 ◦ blue 187

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

Shades of Deep Magenta #BB11BB

Tints of Deep Magenta #BB11BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.83%

R = 47.83%
G = 4.35%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB11BB (or 0xBB11BB) is known color: Deep Magenta. HEX triplet: BB, 11 and BB. RGB value is (187,17,187). Sum of RGB (Red+Green+Blue) = 187+17+187=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB11BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB11BB is #44EE44. Grayscale: #565656. Windows color (decimal): -4517445 or 12259771. OLE color: 12259771.

HSL color Cylindrical-coordinate representation of color #BB11BB: hue angle of 300º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB11BB is Cyan = 0, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 17 187 -
CMYK 0 0.91 0 0.27
HSL 300º 0.83% 0.4% -
HSV(B) 300º 0.91% 0.73% -
XYZ 29.66 14.55 48.26 -
YUV 87.21 184.32 199.18 -
System Red Green Blue C M Y K H S L
Decimal 187 17 187 0 0.91 0 0.27 300 0.83 0.4
Hex BB 11 BB 0 5B 0 1B 12C 53 28
Octal 273 21 273 0 133 0 33 454 123 50
Binary 10111011 10001 10111011 0 1011011 0 11011 100101100 1010011 101000

Color Harmonies of #BB11BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB11BB

Black with #BB11BB

Text Example


Text Example

White with #BB11BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB11BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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