#B10FBB

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

Shades of Deep Magenta #B10FBB

Tints of Deep Magenta #B10FBB

Color information

#B10FBB (or 0xB10FBB) is unknown color: approx Deep Magenta. HEX triplet: B1, 0F and BB. RGB value is (177,15,187). Sum of RGB (Red+Green+Blue) = 177+15+187=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #B10FBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10FBB is #4EF044. Grayscale: #525252. Windows color (decimal): -5173317 or 12259249. OLE color: 12259249.

HSL color Cylindrical-coordinate representation of color #B10FBB: hue angle of 296.51º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B10FBB is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17715187-
CMYK0.050.9200.27
HSL296.51º85.15%39.61%-
HSV(B)296.51º91.98%73.33%-
XYZ27.2713.2848.14-
YUV83.05186.67195.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.70%
GREEN value IS 15 (6.25% from 255) = 3.96%
BLUE value IS 187 (73.44% from 255) = 49.34%
R=46.70%
G=3.96%
B=49.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177151870.050.9200.27296.5185.1539.61
HexB1FBB55C01B1295528
Octal26117273513403345112550
Binary1011000111111011101110110111000110111001010011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10FBB; }

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

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

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

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

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

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

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

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