#B013B3

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

Shades of Deep Magenta #B013B3

Tints of Deep Magenta #B013B3

Color information

#B013B3 (or 0xB013B3) is unknown color: approx Deep Magenta. HEX triplet: B0, 13 and B3. RGB value is (176,19,179). Sum of RGB (Red+Green+Blue) = 176+19+179=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 179 (70.31% from 255 or 47.86% from 374); Max value from RGB is 179 - color contains mainly: blue. Hex color #B013B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B013B3 is #4FEC4C. Grayscale: #535353. Windows color (decimal): -5237837 or 11735984. OLE color: 11735984.

HSL color Cylindrical-coordinate representation of color #B013B3: hue angle of 298.88º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B013B3 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17619179-
CMYK0.020.8900.30
HSL298.88º80.81%38.82%-
HSV(B)298.88º89.39%70.2%-
XYZ26.2712.9543.76-
YUV84.18181.51193.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.06%
GREEN value IS 19 (7.81% from 255) = 5.08%
BLUE value IS 179 (70.31% from 255) = 47.86%
R=47.06%
G=5.08%
B=47.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal176191790.020.8900.30298.8880.8138.82
HexB013B325901E12b5127
Octal26023263213103645312147
Binary1011000010011101100111010110010111101001010111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B013B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B013B3; }

 p { color: rgb(176,19,179); }

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

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

 a { background-color: rgb(176,19,179); }

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

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

 span { border-color: rgb(176,19,179); }

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