Html Css Color HEX #BB1DB6 Deep Magenta

📋 copy color: '#BB1DB6'

red 187 ◦ green 29 ◦ blue 182

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

Shades of Deep Magenta #BB1DB6

Tints of Deep Magenta #BB1DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.73%

R = 46.98%
G = 7.29%
B = 45.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BB1DB6 (or 0xBB1DB6) is known color: Deep Magenta. HEX triplet: BB, 1D and B6. RGB value is (187,29,182). Sum of RGB (Red+Green+Blue) = 187+29+182=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 29 (11.72% from 255 or 7.29% from 398); Blue value is 182 (71.48% from 255 or 45.73% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1DB6 is #44E249. Grayscale: #5D5D5D. Windows color (decimal): -4514378 or 11935163. OLE color: 11935163.

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

Color convert

RGB 187 29 182 -
CMYK 0 0.84 0.03 0.27
HSL 301.9º 0.73% 0.42% -
HSV(B) 301.9º 0.84% 0.73% -
XYZ 29.38 14.82 45.57 -
YUV 93.68 177.85 194.56 -
System Red Green Blue C M Y K H S L
Decimal 187 29 182 0 0.84 0.03 0.27 301.9 0.73 0.42
Hex BB 1D B6 0 54 3 1B 12E 49 2A
Octal 273 35 266 0 124 3 33 456 111 52
Binary 10111011 11101 10110110 0 1010100 11 11011 100101110 1001001 101010

Color Harmonies of #BB1DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1DB6

Black with #BB1DB6

Text Example


Text Example

White with #BB1DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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