#BB1ABE

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

Shades of Deep Magenta #BB1ABE

Tints of Deep Magenta #BB1ABE

Color information

#BB1ABE (or 0xBB1ABE) is unknown color: approx Deep Magenta. HEX triplet: BB, 1A and BE. RGB value is (187,26,190). Sum of RGB (Red+Green+Blue) = 187+26+190=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 26 (10.55% from 255 or 6.45% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB1ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1ABE is #44E541. Grayscale: #5C5C5C. Windows color (decimal): -4515138 or 12458683. OLE color: 12458683.

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

Color convert

RGB18726190-
CMYK0.020.8600.25
HSL298.9º75.93%42.35%-
HSV(B)298.9º86.32%74.51%-
XYZ30.1615.0250.03-
YUV92.84182.84195.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.40%
GREEN value IS 26 (10.55% from 255) = 6.45%
BLUE value IS 190 (74.61% from 255) = 47.15%
R=46.40%
G=6.45%
B=47.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187261900.020.8600.25298.975.9342.35
HexBB1ABE25601912b4c2a
Octal27332276212603145311452
Binary1011101111010101111101010101100110011001010111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1ABE; }

 p { color: rgb(187,26,190); }

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

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

 a { background-color: rgb(187,26,190); }

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

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

 span { border-color: rgb(187,26,190); }

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