#BB1BBA

Color #BB1BBA Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BB1BBA

Tints of Deep Magenta #BB1BBA

Color information

#BB1BBA (or 0xBB1BBA) is unknown color: approx Deep Magenta. HEX triplet: BB, 1B and BA. RGB value is (187,27,186). Sum of RGB (Red+Green+Blue) = 187+27+186=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 27 (10.94% from 255 or 6.75% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1BBA is #44E445. Grayscale: #5C5C5C. Windows color (decimal): -4514886 or 12196795. OLE color: 12196795.

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

Color convert

RGB18727186-
CMYK00.860.010.27
HSL300.38º74.77%41.96%-
HSV(B)300.38º85.56%73.33%-
XYZ29.7514.8947.76-
YUV92.97180.51195.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.75%
GREEN value IS 27 (10.94% from 255) = 6.75%
BLUE value IS 186 (73.05% from 255) = 46.5%
R=46.75%
G=6.75%
B=46.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872718600.860.010.27300.3874.7741.96
HexBB1BBA05611B12c4b2a
Octal27333272012613345411352
Binary101110111101110111010010101101110111001011001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1BBA; }

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

 H1.HeaderClassName
 {
   color: #BB1BBA;
 }
 .AnyTagClassName
 {
   color: #BB1BBA;
 }
</style>
background-color css

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

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

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

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

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

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