#B10AC7

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

Shades of Deep Magenta #B10AC7

Tints of Deep Magenta #B10AC7

Color information

#B10AC7 (or 0xB10AC7) is unknown color: approx Deep Magenta. HEX triplet: B1, 0A and C7. RGB value is (177,10,199). Sum of RGB (Red+Green+Blue) = 177+10+199=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 10 (4.30% from 255 or 2.59% from 386); Blue value is 199 (78.12% from 255 or 51.55% from 386); Max value from RGB is 199 - color contains mainly: blue. Hex color #B10AC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10AC7 is #4EF538. Grayscale: #505050. Windows color (decimal): -5174585 or 13044401. OLE color: 13044401.

HSL color Cylindrical-coordinate representation of color #B10AC7: hue angle of 293.02º degrees, saturation: 0.9, 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 #B10AC7 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17710199-
CMYK0.110.9500.22
HSL293.02º90.43%40.98%-
HSV(B)293.02º94.97%78.04%-
XYZ28.5513.6955.17-
YUV81.48194.33196.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.85%
GREEN value IS 10 (4.30% from 255) = 2.59%
BLUE value IS 199 (78.12% from 255) = 51.55%
R=45.85%
G=2.59%
B=51.55%

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
Decimal177101990.110.9500.22293.0290.4340.98
HexB1AC7B5F0161255a29
Octal261123071313702644513251
Binary10110001101011000111101110111110101101001001011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10AC7; }

 p { color: rgb(177,10,199); }

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

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

 a { background-color: rgb(177,10,199); }

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

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

 span { border-color: rgb(177,10,199); }

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