#B109C6

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

Shades of Deep Magenta #B109C6

Tints of Deep Magenta #B109C6

Color information

#B109C6 (or 0xB109C6) is unknown color: approx Deep Magenta. HEX triplet: B1, 09 and C6. RGB value is (177,9,198). Sum of RGB (Red+Green+Blue) = 177+9+198=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 198 (77.73% from 255 or 51.56% from 384); Max value from RGB is 198 - color contains mainly: blue. Hex color #B109C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B109C6 is #4EF639. Grayscale: #505050. Windows color (decimal): -5174842 or 12978609. OLE color: 12978609.

HSL color Cylindrical-coordinate representation of color #B109C6: hue angle of 293.33º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B109C6 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1779198-
CMYK0.110.9500.22
HSL293.33º91.3%40.59%-
HSV(B)293.33º95.45%77.65%-
XYZ28.4213.6254.56-
YUV80.78194.16196.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.09%
GREEN value IS 9 (3.91% from 255) = 2.34%
BLUE value IS 198 (77.73% from 255) = 51.56%
R=46.09%
G=2.34%
B=51.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal17791980.110.9500.22293.3391.340.59
HexB19C6B5F0161255b29
Octal261113061313702644513351
Binary10110001100111000110101110111110101101001001011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B109C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B109C6; }

 p { color: rgb(177,9,198); }

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

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

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

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

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

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

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