#B013B8

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

Shades of Deep Magenta #B013B8

Tints of Deep Magenta #B013B8

Color information

#B013B8 (or 0xB013B8) is unknown color: approx Deep Magenta. HEX triplet: B0, 13 and B8. RGB value is (176,19,184). Sum of RGB (Red+Green+Blue) = 176+19+184=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 19 (7.81% from 255 or 5.01% from 379); Blue value is 184 (72.27% from 255 or 48.55% from 379); Max value from RGB is 184 - color contains mainly: blue. Hex color #B013B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B013B8 is #4FEC47. Grayscale: #545454. Windows color (decimal): -5237832 or 12063664. OLE color: 12063664.

HSL color Cylindrical-coordinate representation of color #B013B8: hue angle of 297.09º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B013B8 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17619184-
CMYK0.040.9000.28
HSL297.09º81.28%39.8%-
HSV(B)297.09º89.67%72.16%-
XYZ26.7913.1646.47-
YUV84.75184.01193.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.44%
GREEN value IS 19 (7.81% from 255) = 5.01%
BLUE value IS 184 (72.27% from 255) = 48.55%
R=46.44%
G=5.01%
B=48.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal176191840.040.9000.28297.0981.2839.8
HexB013B845A01C1295128
Octal26023270413203445112150
Binary10110000100111011100010010110100111001001010011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B013B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B013B8; }

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

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

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

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

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

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

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

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