#B007A8

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

Shades of Deep Magenta #B007A8

Tints of Deep Magenta #B007A8

Color information

#B007A8 (or 0xB007A8) is unknown color: approx Deep Magenta. HEX triplet: B0, 07 and A8. RGB value is (176,7,168). Sum of RGB (Red+Green+Blue) = 176+7+168=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 168 (66.02% from 255 or 47.86% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B007A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B007A8 is #4FF857. Grayscale: #4B4B4B. Windows color (decimal): -5240920 or 11012016. OLE color: 11012016.

HSL color Cylindrical-coordinate representation of color #B007A8: hue angle of 302.84º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B007A8 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB1767168-
CMYK00.960.050.31
HSL302.84º92.35%35.88%-
HSV(B)302.84º96.02%69.02%-
XYZ25.0512.2138.08-
YUV75.88179.99199.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.14%
GREEN value IS 7 (3.12% from 255) = 1.99%
BLUE value IS 168 (66.02% from 255) = 47.86%
R=50.14%
G=1.99%
B=47.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176716800.960.050.31302.8492.3535.88
HexB07A806051F12f5c24
Octal2607250014053745713444
Binary101100001111010100001100000101111111001011111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B007A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B007A8; }

 p { color: rgb(176,7,168); }

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

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

 a { background-color: rgb(176,7,168); }

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

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

 span { border-color: rgb(176,7,168); }

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