Html Css Color HEX #BB11BF Deep Magenta

📋 copy color: '#BB11BF'

red 187 ◦ green 17 ◦ blue 191

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

Shades of Deep Magenta #BB11BF

Tints of Deep Magenta #BB11BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.35%

R = 47.34%
G = 4.3%
B = 48.35%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB11BF (or 0xBB11BF) is known color: Deep Magenta. HEX triplet: BB, 11 and BF. RGB value is (187,17,191). Sum of RGB (Red+Green+Blue) = 187+17+191=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB11BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB11BF is #44EE40. Grayscale: #575757. Windows color (decimal): -4517441 or 12521915. OLE color: 12521915.

HSL color Cylindrical-coordinate representation of color #BB11BF: hue angle of 298.62º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB11BF is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 17 191 -
CMYK 0.02 0.91 0 0.25
HSL 298.62º 0.84% 0.41% -
HSV(B) 298.62º 0.91% 0.75% -
XYZ 30.1 14.73 50.55 -
YUV 87.67 186.32 198.85 -
System Red Green Blue C M Y K H S L
Decimal 187 17 191 0.02 0.91 0 0.25 298.62 0.84 0.41
Hex BB 11 BF 2 5B 0 19 12B 54 29
Octal 273 21 277 2 133 0 31 453 124 51
Binary 10111011 10001 10111111 10 1011011 0 11001 100101011 1010100 101001

Color Harmonies of #BB11BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB11BF

Black with #BB11BF

Text Example


Text Example

White with #BB11BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB11BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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