#B108BF

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

Shades of Deep Magenta #B108BF

Tints of Deep Magenta #B108BF

Color information

#B108BF (or 0xB108BF) is unknown color: approx Deep Magenta. HEX triplet: B1, 08 and BF. RGB value is (177,8,191). Sum of RGB (Red+Green+Blue) = 177+8+191=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 8 (3.52% from 255 or 2.13% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #B108BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B108BF is #4EF740. Grayscale: #4E4E4E. Windows color (decimal): -5175105 or 12519601. OLE color: 12519601.

HSL color Cylindrical-coordinate representation of color #B108BF: hue angle of 295.41º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B108BF is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1778191-
CMYK0.070.9600.25
HSL295.41º91.96%39.02%-
HSV(B)295.41º95.81%74.9%-
XYZ27.6213.2850.4-
YUV79.39190.99197.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.07%
GREEN value IS 8 (3.52% from 255) = 2.13%
BLUE value IS 191 (75% from 255) = 50.80%
R=47.07%
G=2.13%
B=50.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17781910.070.9600.25295.4191.9639.02
HexB18BF7600191275c27
Octal26110277714003144713447
Binary1011000110001011111111111000000110011001001111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B108BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B108BF; }

 p { color: rgb(177,8,191); }

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

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

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

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

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

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

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