Html Css Color HEX #BB1DB9 Deep Magenta

📋 copy color: '#BB1DB9'

red 187 ◦ green 29 ◦ blue 185

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

Shades of Deep Magenta #BB1DB9

Tints of Deep Magenta #BB1DB9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.23%

 BLUE value IS 185 (72.66% from 255) = 46.13%

R = 46.63%
G = 7.23%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB1DB9 (or 0xBB1DB9) is known color: Deep Magenta. HEX triplet: BB, 1D and B9. RGB value is (187,29,185). Sum of RGB (Red+Green+Blue) = 187+29+185=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 29 (11.72% from 255 or 7.23% from 401); Blue value is 185 (72.66% from 255 or 46.13% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1DB9 is #44E246. Grayscale: #5D5D5D. Windows color (decimal): -4514375 or 12131771. OLE color: 12131771.

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

Color convert

RGB 187 29 185 -
CMYK 0 0.84 0.01 0.27
HSL 300.76º 0.73% 0.42% -
HSV(B) 300.76º 0.84% 0.73% -
XYZ 29.69 14.95 47.22 -
YUV 94.03 179.35 194.32 -
System Red Green Blue C M Y K H S L
Decimal 187 29 185 0 0.84 0.01 0.27 300.76 0.73 0.42
Hex BB 1D B9 0 54 1 1B 12D 49 2A
Octal 273 35 271 0 124 1 33 455 111 52
Binary 10111011 11101 10111001 0 1010100 1 11011 100101101 1001001 101010

Color Harmonies of #BB1DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1DB9

Black with #BB1DB9

Text Example


Text Example

White with #BB1DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1DB9; }

 p { color: rgb(187,29,185); }

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

background-color css

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

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

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

border-color css

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

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

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