#BB00B3

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

Shades of Deep Magenta #BB00B3

Tints of Deep Magenta #BB00B3

Color information

#BB00B3 (or 0xBB00B3) is unknown color: approx Deep Magenta. HEX triplet: BB, 00 and B3. RGB value is (187,0,179). Sum of RGB (Red+Green+Blue) = 187+0+179=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 179 (70.31% from 255 or 48.91% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB00B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB00B3 is #44FF4C. Grayscale: #4B4B4B. Windows color (decimal): -4521805 or 11731131. OLE color: 11731131.

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

Color convert

RGB1870179-
CMYK010.040.27
HSL302.57º100%36.67%-
HSV(B)302.57º100%73.33%-
XYZ28.6313.8243.81-
YUV76.32185.95206.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 179 (70.31% from 255) = 48.91%
R=51.09%
G=0%
B=48.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1870179010.040.27302.5710036.67
HexBB0B306441B12f6425
Octal2730263014443345714445
Binary1011101101011001101100100100110111001011111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB00B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB00B3; }

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

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

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

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

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

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

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

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