#BB03D0

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

Shades of Deep Magenta #BB03D0

Tints of Deep Magenta #BB03D0

Color information

#BB03D0 (or 0xBB03D0) is unknown color: approx Deep Magenta. HEX triplet: BB, 03 and D0. RGB value is (187,3,208). Sum of RGB (Red+Green+Blue) = 187+3+208=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 3 (1.56% from 255 or 0.75% from 398); Blue value is 208 (81.64% from 255 or 52.26% from 398); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB03D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB03D0 is #44FC2F. Grayscale: #505050. Windows color (decimal): -4521008 or 13632443. OLE color: 13632443.

HSL color Cylindrical-coordinate representation of color #BB03D0: hue angle of 293.85º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB03D0 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1873208-
CMYK0.100.9900.18
HSL293.85º97.16%41.37%-
HSV(B)293.85º98.56%81.57%-
XYZ31.9115.1860.92-
YUV81.39199.46203.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.98%
GREEN value IS 3 (1.56% from 255) = 0.75%
BLUE value IS 208 (81.64% from 255) = 52.26%
R=46.98%
G=0.75%
B=52.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal18732080.100.9900.18293.8597.1641.37
HexBB3D0A630121266129
Octal27333201214302244614151
Binary101110111111010000101011000110100101001001101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB03D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB03D0; }

 p { color: rgb(187,3,208); }

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

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

 a { background-color: rgb(187,3,208); }

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

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

 span { border-color: rgb(187,3,208); }

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