#B10BBA

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

Shades of Deep Magenta #B10BBA

Tints of Deep Magenta #B10BBA

Color information

#B10BBA (or 0xB10BBA) is unknown color: approx Deep Magenta. HEX triplet: B1, 0B and BA. RGB value is (177,11,186). Sum of RGB (Red+Green+Blue) = 177+11+186=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 11 (4.69% from 255 or 2.94% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #B10BBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10BBA is #4EF445. Grayscale: #505050. Windows color (decimal): -5174342 or 12192689. OLE color: 12192689.

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

Color convert

RGB17711186-
CMYK0.050.9400.27
HSL296.91º88.83%38.63%-
HSV(B)296.91º94.09%72.94%-
XYZ27.1113.1347.56-
YUV80.58187.5196.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.33%
GREEN value IS 11 (4.69% from 255) = 2.94%
BLUE value IS 186 (73.05% from 255) = 49.73%
R=47.33%
G=2.94%
B=49.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177111860.050.9400.27296.9188.8338.63
HexB1BBA55E01B1295927
Octal26113272513603345113147
Binary1011000110111011101010110111100110111001010011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10BBA; }

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

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

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

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

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

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

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

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