#BB00A7

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

Shades of Deep Magenta #BB00A7

Tints of Deep Magenta #BB00A7

Color information

#BB00A7 (or 0xBB00A7) is unknown color: approx Deep Magenta. HEX triplet: BB, 00 and A7. RGB value is (187,0,167). Sum of RGB (Red+Green+Blue) = 187+0+167=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 167 (65.62% from 255 or 47.18% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB00A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB00A7 is #44FF58. Grayscale: #4A4A4A. Windows color (decimal): -4521817 or 10944699. OLE color: 10944699.

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

Color convert

RGB1870167-
CMYK010.110.27
HSL306.42º100%36.67%-
HSV(B)306.42º100%73.33%-
XYZ27.4713.3537.69-
YUV74.95179.95207.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 167 (65.62% from 255) = 47.18%
R=52.82%
G=0%
B=47.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1870167010.110.27306.4210036.67
HexBB0A7064B1B1326425
Octal27302470144133346214445
Binary10111011010100111011001001011110111001100101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB00A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB00A7; }

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

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

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

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

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

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

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

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