#B107CC

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

Shades of Deep Magenta #B107CC

Tints of Deep Magenta #B107CC

Color information

#B107CC (or 0xB107CC) is unknown color: approx Deep Magenta. HEX triplet: B1, 07 and CC. RGB value is (177,7,204). Sum of RGB (Red+Green+Blue) = 177+7+204=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 7 (3.12% from 255 or 1.80% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #B107CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B107CC is #4EF833. Grayscale: #4F4F4F. Windows color (decimal): -5175348 or 13371313. OLE color: 13371313.

HSL color Cylindrical-coordinate representation of color #B107CC: hue angle of 291.78º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B107CC is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1777204-
CMYK0.130.9700.2
HSL291.78º93.36%41.37%-
HSV(B)291.78º96.57%80%-
XYZ29.1113.8658.27-
YUV80.29197.82196.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.62%
GREEN value IS 7 (3.12% from 255) = 1.80%
BLUE value IS 204 (80.08% from 255) = 52.58%
R=45.62%
G=1.80%
B=52.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal17772040.130.9700.2291.7893.3641.37
HexB17CCD610141245d29
Octal26173141514102444413551
Binary1011000111111001100110111000010101001001001001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B107CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B107CC; }

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

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

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

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

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

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

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

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