#B700A5

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

Shades of Deep Magenta #B700A5

Tints of Deep Magenta #B700A5

Color information

#B700A5 (or 0xB700A5) is unknown color: approx Deep Magenta. HEX triplet: B7, 00 and A5. RGB value is (183,0,165). Sum of RGB (Red+Green+Blue) = 183+0+165=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 165 (64.84% from 255 or 47.41% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B700A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B700A5 is #48FF5A. Grayscale: #494949. Windows color (decimal): -4783963 or 10813623. OLE color: 10813623.

HSL color Cylindrical-coordinate representation of color #B700A5: hue angle of 305.9º 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 #B700A5 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB1830165-
CMYK010.100.28
HSL305.9º100%35.88%-
HSV(B)305.9º100%71.76%-
XYZ26.3212.7836.68-
YUV73.53179.63206.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 165 (64.84% from 255) = 47.41%
R=52.59%
G=0%
B=47.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1830165010.100.28305.910035.88
HexB70A5064A1C1326424
Octal26702450144123446214444
Binary10110111010100101011001001010111001001100101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B700A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B700A5; }

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

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

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

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

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

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

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

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