Html Css Color HEX #BB1DAC Deep Magenta

📋 copy color: '#BB1DAC'

red 187 ◦ green 29 ◦ blue 172

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

Shades of Deep Magenta #BB1DAC

Tints of Deep Magenta #BB1DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.33%

R = 48.2%
G = 7.47%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB1DAC (or 0xBB1DAC) is known color: Deep Magenta. HEX triplet: BB, 1D and AC. RGB value is (187,29,172). Sum of RGB (Red+Green+Blue) = 187+29+172=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 29 (11.72% from 255 or 7.47% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1DAC is #44E253. Grayscale: #5C5C5C. Windows color (decimal): -4514388 or 11279803. OLE color: 11279803.

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

Color convert

RGB 187 29 172 -
CMYK 0 0.84 0.08 0.27
HSL 305.7º 0.73% 0.42% -
HSV(B) 305.7º 0.84% 0.73% -
XYZ 28.38 14.42 40.32 -
YUV 92.54 172.85 195.37 -
System Red Green Blue C M Y K H S L
Decimal 187 29 172 0 0.84 0.08 0.27 305.7 0.73 0.42
Hex BB 1D AC 0 54 8 1B 132 49 2A
Octal 273 35 254 0 124 10 33 462 111 52
Binary 10111011 11101 10101100 0 1010100 1000 11011 100110010 1001001 101010

Color Harmonies of #BB1DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1DAC

Black with #BB1DAC

Text Example


Text Example

White with #BB1DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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