#B107C5

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

Shades of Deep Magenta #B107C5

Tints of Deep Magenta #B107C5

Color information

#B107C5 (or 0xB107C5) is unknown color: approx Deep Magenta. HEX triplet: B1, 07 and C5. RGB value is (177,7,197). Sum of RGB (Red+Green+Blue) = 177+7+197=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 7 (3.12% from 255 or 1.84% from 381); Blue value is 197 (77.34% from 255 or 51.71% from 381); Max value from RGB is 197 - color contains mainly: blue. Hex color #B107C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B107C5 is #4EF83A. Grayscale: #4E4E4E. Windows color (decimal): -5175355 or 12912561. OLE color: 12912561.

HSL color Cylindrical-coordinate representation of color #B107C5: hue angle of 293.68º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B107C5 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1777197-
CMYK0.100.9600.23
HSL293.68º93.14%40%-
HSV(B)293.68º96.45%77.25%-
XYZ28.2913.5353.94-
YUV79.49194.32197.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.46%
GREEN value IS 7 (3.12% from 255) = 1.84%
BLUE value IS 197 (77.34% from 255) = 51.71%
R=46.46%
G=1.84%
B=51.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal17771970.100.9600.23293.6893.1440
HexB17C5A600171265d28
Octal26173051214002744613550
Binary1011000111111000101101011000000101111001001101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B107C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B107C5; }

 p { color: rgb(177,7,197); }

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

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

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

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

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

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

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