#BB1FD1

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

Shades of Deep Magenta #BB1FD1

Tints of Deep Magenta #BB1FD1

Color information

#BB1FD1 (or 0xBB1FD1) is unknown color: approx Deep Magenta. HEX triplet: BB, 1F and D1. RGB value is (187,31,209). Sum of RGB (Red+Green+Blue) = 187+31+209=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 31 (12.5% from 255 or 7.26% from 427); Blue value is 209 (82.03% from 255 or 48.95% from 427); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB1FD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1FD1 is #44E02E. Grayscale: #616161. Windows color (decimal): -4513839 or 13705147. OLE color: 13705147.

HSL color Cylindrical-coordinate representation of color #BB1FD1: hue angle of 292.58º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB1FD1 is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18731209-
CMYK0.110.8500.18
HSL292.58º74.17%47.06%-
HSV(B)292.58º85.17%81.96%-
XYZ32.4916.1561.73-
YUV97.94190.68191.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.79%
GREEN value IS 31 (12.5% from 255) = 7.26%
BLUE value IS 209 (82.03% from 255) = 48.95%
R=43.79%
G=7.26%
B=48.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal187312090.110.8500.18292.5874.1747.06
HexBB1FD1B550121254a2f
Octal273373211312502244511257
Binary101110111111111010001101110101010100101001001011001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1FD1; }

 p { color: rgb(187,31,209); }

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

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

 a { background-color: rgb(187,31,209); }

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

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

 span { border-color: rgb(187,31,209); }

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