Html Css Color HEX #BB1DBB Deep Magenta

📋 copy color: '#BB1DBB'

red 187 ◦ green 29 ◦ blue 187

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

Shades of Deep Magenta #BB1DBB

Tints of Deep Magenta #BB1DBB

RGB

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

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

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

R = 46.4%
G = 7.2%
B = 46.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB1DBB (or 0xBB1DBB) is known color: Deep Magenta. HEX triplet: BB, 1D and BB. RGB value is (187,29,187). Sum of RGB (Red+Green+Blue) = 187+29+187=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 29 (11.72% from 255 or 7.20% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB1DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1DBB is #44E244. Grayscale: #5D5D5D. Windows color (decimal): -4514373 or 12262843. OLE color: 12262843.

HSL color Cylindrical-coordinate representation of color #BB1DBB: hue angle of 300º 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 #BB1DBB is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 29 187 -
CMYK 0 0.84 0 0.27
HSL 300º 0.73% 0.42% -
HSV(B) 300º 0.84% 0.73% -
XYZ 29.9 15.03 48.34 -
YUV 94.25 180.35 194.15 -
System Red Green Blue C M Y K H S L
Decimal 187 29 187 0 0.84 0 0.27 300 0.73 0.42
Hex BB 1D BB 0 54 0 1B 12C 49 2A
Octal 273 35 273 0 124 0 33 454 111 52
Binary 10111011 11101 10111011 0 1010100 0 11011 100101100 1001001 101010

Color Harmonies of #BB1DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1DBB

Black with #BB1DBB

Text Example


Text Example

White with #BB1DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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