#B700A7

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

Shades of Deep Magenta #B700A7

Tints of Deep Magenta #B700A7

Color information

#B700A7 (or 0xB700A7) is unknown color: approx Deep Magenta. HEX triplet: B7, 00 and A7. RGB value is (183,0,167). Sum of RGB (Red+Green+Blue) = 183+0+167=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 167 (65.62% from 255 or 47.71% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B700A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B700A7 is #48FF58. Grayscale: #494949. Windows color (decimal): -4783961 or 10944695. OLE color: 10944695.

HSL color Cylindrical-coordinate representation of color #B700A7: hue angle of 305.25º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B700A7 is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB1830167-
CMYK010.090.28
HSL305.25º100%35.88%-
HSV(B)305.25º100%71.76%-
XYZ26.512.8637.64-
YUV73.76180.63205.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 167 (65.62% from 255) = 47.71%
R=52.29%
G=0%
B=47.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1830167010.090.28305.2510035.88
HexB70A706491C1316424
Octal26702470144113446114444
Binary10110111010100111011001001001111001001100011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B700A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B700A7; }

 p { color: rgb(183,0,167); }

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

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

 a { background-color: rgb(183,0,167); }

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

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

 span { border-color: rgb(183,0,167); }

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