#B10DD1

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

Shades of Deep Magenta #B10DD1

Tints of Deep Magenta #B10DD1

Color information

#B10DD1 (or 0xB10DD1) is unknown color: approx Deep Magenta. HEX triplet: B1, 0D and D1. RGB value is (177,13,209). Sum of RGB (Red+Green+Blue) = 177+13+209=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 13 (5.47% from 255 or 3.26% from 399); Blue value is 209 (82.03% from 255 or 52.38% from 399); Max value from RGB is 209 - color contains mainly: blue. Hex color #B10DD1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10DD1 is #4EF22E. Grayscale: #535353. Windows color (decimal): -5173807 or 13700529. OLE color: 13700529.

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

Color convert

RGB17713209-
CMYK0.150.9400.18
HSL290.2º88.29%43.53%-
HSV(B)290.2º93.78%81.96%-
XYZ29.7814.2461.5-
YUV84.38198.33194.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.36%
GREEN value IS 13 (5.47% from 255) = 3.26%
BLUE value IS 209 (82.03% from 255) = 52.38%
R=44.36%
G=3.26%
B=52.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal177132090.150.9400.18290.288.2943.53
HexB1DD1F5E012122582c
Octal261153211713602244213054
Binary10110001110111010001111110111100100101001000101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10DD1; }

 p { color: rgb(177,13,209); }

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

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

 a { background-color: rgb(177,13,209); }

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

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

 span { border-color: rgb(177,13,209); }

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