#B300A7

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

Shades of Deep Magenta #B300A7

Tints of Deep Magenta #B300A7

Color information

#B300A7 (or 0xB300A7) is unknown color: approx Deep Magenta. HEX triplet: B3, 00 and A7. RGB value is (179,0,167). Sum of RGB (Red+Green+Blue) = 179+0+167=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 167 (65.62% from 255 or 48.27% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B300A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B300A7 is #4CFF58. Grayscale: #484848. Windows color (decimal): -5046105 or 10944691. OLE color: 10944691.

HSL color Cylindrical-coordinate representation of color #B300A7: hue angle of 304.02º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B300A7 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB1790167-
CMYK010.070.30
HSL304.02º100%35.1%-
HSV(B)304.02º100%70.2%-
XYZ25.5712.3737.6-
YUV72.56181.3203.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 167 (65.62% from 255) = 48.27%
R=51.73%
G=0%
B=48.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1790167010.070.30304.0210035.1
HexB30A706471E1306423
Octal2630247014473646014443
Binary1011001101010011101100100111111101001100001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B300A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B300A7; }

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

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

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

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

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

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

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

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