Html Css Color HEX #BB1BAC Deep Magenta

📋 copy color: '#BB1BAC'

red 187 ◦ green 27 ◦ blue 172

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

Shades of Deep Magenta #BB1BAC

Tints of Deep Magenta #BB1BAC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.99%

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

R = 48.45%
G = 6.99%
B = 44.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB1BAC (or 0xBB1BAC) is known color: Deep Magenta. HEX triplet: BB, 1B and AC. RGB value is (187,27,172). Sum of RGB (Red+Green+Blue) = 187+27+172=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 27 (10.94% from 255 or 6.99% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1BAC is #44E453. Grayscale: #5A5A5A. Windows color (decimal): -4514900 or 11279291. OLE color: 11279291.

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

Color convert

RGB 187 27 172 -
CMYK 0 0.86 0.08 0.27
HSL 305.63º 0.75% 0.42% -
HSV(B) 305.63º 0.86% 0.73% -
XYZ 28.33 14.33 40.3 -
YUV 91.37 173.51 196.21 -
System Red Green Blue C M Y K H S L
Decimal 187 27 172 0 0.86 0.08 0.27 305.63 0.75 0.42
Hex BB 1B AC 0 56 8 1B 132 4B 2A
Octal 273 33 254 0 126 10 33 462 113 52
Binary 10111011 11011 10101100 0 1010110 1000 11011 100110010 1001011 101010

Color Harmonies of #BB1BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1BAC

Black with #BB1BAC

Text Example


Text Example

White with #BB1BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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