#BB00A5

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

Shades of Deep Magenta #BB00A5

Tints of Deep Magenta #BB00A5

Color information

#BB00A5 (or 0xBB00A5) is unknown color: approx Deep Magenta. HEX triplet: BB, 00 and A5. RGB value is (187,0,165). Sum of RGB (Red+Green+Blue) = 187+0+165=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 165 (64.84% from 255 or 46.88% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB00A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB00A5 is #44FF5A. Grayscale: #4A4A4A. Windows color (decimal): -4521819 or 10813627. OLE color: 10813627.

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

Color convert

RGB1870165-
CMYK010.120.27
HSL307.06º100%36.67%-
HSV(B)307.06º100%73.33%-
XYZ27.2913.2836.72-
YUV74.72178.95208.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 165 (64.84% from 255) = 46.88%
R=53.12%
G=0%
B=46.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1870165010.120.27307.0610036.67
HexBB0A5064C1B1336425
Octal27302450144143346314445
Binary10111011010100101011001001100110111001100111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB00A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB00A5; }

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

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

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

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

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

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

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

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