#B10FB8

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

Shades of Deep Magenta #B10FB8

Tints of Deep Magenta #B10FB8

Color information

#B10FB8 (or 0xB10FB8) is unknown color: approx Deep Magenta. HEX triplet: B1, 0F and B8. RGB value is (177,15,184). Sum of RGB (Red+Green+Blue) = 177+15+184=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 15 (6.25% from 255 or 3.99% from 376); Blue value is 184 (72.27% from 255 or 48.94% from 376); Max value from RGB is 184 - color contains mainly: blue. Hex color #B10FB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10FB8 is #4EF047. Grayscale: #525252. Windows color (decimal): -5173320 or 12062641. OLE color: 12062641.

HSL color Cylindrical-coordinate representation of color #B10FB8: hue angle of 297.51º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B10FB8 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17715184-
CMYK0.040.9200.28
HSL297.51º84.92%39.02%-
HSV(B)297.51º91.85%72.16%-
XYZ26.9513.1546.46-
YUV82.7185.17195.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.07%
GREEN value IS 15 (6.25% from 255) = 3.99%
BLUE value IS 184 (72.27% from 255) = 48.94%
R=47.07%
G=3.99%
B=48.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal177151840.040.9200.28297.5184.9239.02
HexB1FB845C01C12a5527
Octal26117270413403445212547
Binary1011000111111011100010010111000111001001010101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10FB8; }

 p { color: rgb(177,15,184); }

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

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

 a { background-color: rgb(177,15,184); }

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

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

 span { border-color: rgb(177,15,184); }

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