#BB01B0

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

Shades of Deep Magenta #BB01B0

Tints of Deep Magenta #BB01B0

Color information

#BB01B0 (or 0xBB01B0) is unknown color: approx Deep Magenta. HEX triplet: BB, 01 and B0. RGB value is (187,1,176). Sum of RGB (Red+Green+Blue) = 187+1+176=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 176 (69.14% from 255 or 48.35% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB01B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB01B0 is #44FE4F. Grayscale: #4C4C4C. Windows color (decimal): -4521552 or 11534779. OLE color: 11534779.

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

Color convert

RGB1871176-
CMYK00.990.060.27
HSL303.55º98.94%36.86%-
HSV(B)303.55º99.47%73.33%-
XYZ28.3413.7242.23-
YUV76.56184.12206.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.37%
GREEN value IS 1 (0.78% from 255) = 0.27%
BLUE value IS 176 (69.14% from 255) = 48.35%
R=51.37%
G=0.27%
B=48.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187117600.990.060.27303.5598.9436.86
HexBB1B006361B1306325
Octal2731260014363346014345
Binary1011101111011000001100011110110111001100001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB01B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB01B0; }

 p { color: rgb(187,1,176); }

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

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

 a { background-color: rgb(187,1,176); }

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

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

 span { border-color: rgb(187,1,176); }

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