#BB00AC

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

Shades of Deep Magenta #BB00AC

Tints of Deep Magenta #BB00AC

Color information

#BB00AC (or 0xBB00AC) is unknown color: approx Deep Magenta. HEX triplet: BB, 00 and AC. RGB value is (187,0,172). Sum of RGB (Red+Green+Blue) = 187+0+172=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB00AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB00AC is #44FF53. Grayscale: #4B4B4B. Windows color (decimal): -4521812 or 11272379. OLE color: 11272379.

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

Color convert

RGB1870172-
CMYK010.080.27
HSL304.81º100%36.67%-
HSV(B)304.81º100%73.33%-
XYZ27.9413.5440.17-
YUV75.52182.45207.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 172 (67.58% from 255) = 47.91%
R=52.09%
G=0%
B=47.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1870172010.080.27304.8110036.67
HexBB0AC06481B1316425
Octal27302540144103346114445
Binary10111011010101100011001001000110111001100011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB00AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB00AC; }

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

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

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

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

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

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

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

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