#B10BB1

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

Shades of Deep Magenta #B10BB1

Tints of Deep Magenta #B10BB1

Color information

#B10BB1 (or 0xB10BB1) is unknown color: approx Deep Magenta. HEX triplet: B1, 0B and B1. RGB value is (177,11,177). Sum of RGB (Red+Green+Blue) = 177+11+177=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 177 (69.53% from 255 or 48.49% from 365); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B10BB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10BB1 is #4EF44E. Grayscale: #4F4F4F. Windows color (decimal): -5174351 or 11602865. OLE color: 11602865.

HSL color Cylindrical-coordinate representation of color #B10BB1: hue angle of 300º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10BB1 is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17711177-
CMYK00.9400.31
HSL300º88.3%36.86%-
HSV(B)300º93.79%69.41%-
XYZ26.1912.7642.68-
YUV79.56183197.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.49%
GREEN value IS 11 (4.69% from 255) = 3.01%
BLUE value IS 177 (69.53% from 255) = 48.49%
R=48.49%
G=3.01%
B=48.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771117700.9400.3130088.336.86
HexB1BB105E01F12c5825
Octal26113261013603745413045
Binary10110001101110110001010111100111111001011001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10BB1; }

 p { color: rgb(177,11,177); }

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

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

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

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

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

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

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