#BB1ADC

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

Shades of Deep Magenta #BB1ADC

Tints of Deep Magenta #BB1ADC

Color information

#BB1ADC (or 0xBB1ADC) is unknown color: approx Deep Magenta. HEX triplet: BB, 1A and DC. RGB value is (187,26,220). Sum of RGB (Red+Green+Blue) = 187+26+220=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 26 (10.55% from 255 or 6.00% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB1ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1ADC is #44E523. Grayscale: #5F5F5F. Windows color (decimal): -4515108 or 14424763. OLE color: 14424763.

HSL color Cylindrical-coordinate representation of color #BB1ADC: hue angle of 289.79º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1ADC is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18726220-
CMYK0.150.8800.14
HSL289.79º78.86%48.24%-
HSV(B)289.79º88.18%86.27%-
XYZ33.7816.4769.11-
YUV96.26197.84192.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.19%
GREEN value IS 26 (10.55% from 255) = 6.00%
BLUE value IS 220 (86.33% from 255) = 50.81%
R=43.19%
G=6.00%
B=50.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal187262200.150.8800.14289.7978.8648.24
HexBB1ADCF580E1224f30
Octal273323341713001644211760
Binary10111011110101101110011111011000011101001000101001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1ADC; }

 p { color: rgb(187,26,220); }

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

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

 a { background-color: rgb(187,26,220); }

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

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

 span { border-color: rgb(187,26,220); }

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