Html Css Color HEX #BB1DBD Deep Magenta

📋 copy color: '#BB1DBD'

red 187 ◦ green 29 ◦ blue 189

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

Shades of Deep Magenta #BB1DBD

Tints of Deep Magenta #BB1DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.67%

R = 46.17%
G = 7.16%
B = 46.67%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB1DBD (or 0xBB1DBD) is known color: Deep Magenta. HEX triplet: BB, 1D and BD. RGB value is (187,29,189). Sum of RGB (Red+Green+Blue) = 187+29+189=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 29 (11.72% from 255 or 7.16% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB1DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1DBD is #44E242. Grayscale: #5E5E5E. Windows color (decimal): -4514371 or 12393915. OLE color: 12393915.

HSL color Cylindrical-coordinate representation of color #BB1DBD: hue angle of 299.25º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB1DBD is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 29 189 -
CMYK 0.01 0.85 0 0.26
HSL 299.25º 0.73% 0.43% -
HSV(B) 299.25º 0.85% 0.74% -
XYZ 30.12 15.12 49.47 -
YUV 94.48 181.35 193.99 -
System Red Green Blue C M Y K H S L
Decimal 187 29 189 0.01 0.85 0 0.26 299.25 0.73 0.43
Hex BB 1D BD 1 55 0 1A 12B 49 2B
Octal 273 35 275 1 125 0 32 453 111 53
Binary 10111011 11101 10111101 1 1010101 0 11010 100101011 1001001 101011

Color Harmonies of #BB1DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1DBD

Black with #BB1DBD

Text Example


Text Example

White with #BB1DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1DBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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