#BB05DA

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

Shades of Deep Magenta #BB05DA

Tints of Deep Magenta #BB05DA

Color information

#BB05DA (or 0xBB05DA) is unknown color: approx Deep Magenta. HEX triplet: BB, 05 and DA. RGB value is (187,5,218). Sum of RGB (Red+Green+Blue) = 187+5+218=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 5 (2.34% from 255 or 1.22% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB05DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB05DA is #44FA25. Grayscale: #535353. Windows color (decimal): -4520486 or 14288315. OLE color: 14288315.

HSL color Cylindrical-coordinate representation of color #BB05DA: hue angle of 291.27º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB05DA is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1875218-
CMYK0.140.9800.15
HSL291.27º95.52%43.73%-
HSV(B)291.27º97.71%85.49%-
XYZ33.215.7467.62-
YUV83.7203.8201.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.61%
GREEN value IS 5 (2.34% from 255) = 1.22%
BLUE value IS 218 (85.55% from 255) = 53.17%
R=45.61%
G=1.22%
B=53.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal18752180.140.9800.15291.2795.5243.73
HexBB5DAE620F123602c
Octal27353321614201744314054
Binary101110111011101101011101100010011111001000111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB05DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB05DA; }

 p { color: rgb(187,5,218); }

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

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

 a { background-color: rgb(187,5,218); }

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

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

 span { border-color: rgb(187,5,218); }

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