#BB0FD1

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

Shades of Deep Magenta #BB0FD1

Tints of Deep Magenta #BB0FD1

Color information

#BB0FD1 (or 0xBB0FD1) is unknown color: approx Deep Magenta. HEX triplet: BB, 0F and D1. RGB value is (187,15,209). Sum of RGB (Red+Green+Blue) = 187+15+209=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 15 (6.25% from 255 or 3.65% from 411); Blue value is 209 (82.03% from 255 or 50.85% from 411); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB0FD1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0FD1 is #44F02E. Grayscale: #575757. Windows color (decimal): -4517935 or 13701051. OLE color: 13701051.

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

Color convert

RGB18715209-
CMYK0.110.9300.18
HSL293.2º86.61%43.92%-
HSV(B)293.2º92.82%81.96%-
XYZ32.1715.5161.62-
YUV88.54195.98198.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.50%
GREEN value IS 15 (6.25% from 255) = 3.65%
BLUE value IS 209 (82.03% from 255) = 50.85%
R=45.50%
G=3.65%
B=50.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal187152090.110.9300.18293.286.6143.92
HexBBFD1B5D012125572c
Octal273173211313502244512754
Binary10111011111111010001101110111010100101001001011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0FD1; }

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

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

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

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

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

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

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

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