Html Css Color HEX #BB11DF Deep Magenta

📋 copy color: '#BB11DF'

red 187 ◦ green 17 ◦ blue 223

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

Shades of Deep Magenta #BB11DF

Tints of Deep Magenta #BB11DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.22%

R = 43.79%
G = 3.98%
B = 52.22%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB11DF (or 0xBB11DF) is known color: Deep Magenta. HEX triplet: BB, 11 and DF. RGB value is (187,17,223). Sum of RGB (Red+Green+Blue) = 187+17+223=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 17 (7.03% from 255 or 3.98% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB11DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB11DF is #44EE20. Grayscale: #5A5A5A. Windows color (decimal): -4517409 or 14619067. OLE color: 14619067.

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

Color convert

RGB 187 17 223 -
CMYK 0.16 0.92 0 0.13
HSL 289.51º 0.86% 0.47% -
HSV(B) 289.51º 0.92% 0.87% -
XYZ 34.01 16.29 71.16 -
YUV 91.31 202.32 196.25 -
System Red Green Blue C M Y K H S L
Decimal 187 17 223 0.16 0.92 0 0.13 289.51 0.86 0.47
Hex BB 11 DF 10 5C 0 D 122 56 2F
Octal 273 21 337 20 134 0 15 442 126 57
Binary 10111011 10001 11011111 10000 1011100 0 1101 100100010 1010110 101111

Color Harmonies of #BB11DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB11DF

Black with #BB11DF

Text Example


Text Example

White with #BB11DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB11DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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