#B012B3

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

Shades of Deep Magenta #B012B3

Tints of Deep Magenta #B012B3

Color information

#B012B3 (or 0xB012B3) is unknown color: approx Deep Magenta. HEX triplet: B0, 12 and B3. RGB value is (176,18,179). Sum of RGB (Red+Green+Blue) = 176+18+179=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 179 (70.31% from 255 or 47.99% from 373); Max value from RGB is 179 - color contains mainly: blue. Hex color #B012B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B012B3 is #4FED4C. Grayscale: #535353. Windows color (decimal): -5238093 or 11735728. OLE color: 11735728.

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

Color convert

RGB17618179-
CMYK0.020.9000.30
HSL298.88º81.73%38.63%-
HSV(B)298.88º89.94%70.2%-
XYZ26.2612.9243.76-
YUV83.6181.85193.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.18%
GREEN value IS 18 (7.42% from 255) = 4.83%
BLUE value IS 179 (70.31% from 255) = 47.99%
R=47.18%
G=4.83%
B=47.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal176181790.020.9000.30298.8881.7338.63
HexB012B325A01E12b5227
Octal26022263213203645312247
Binary1011000010010101100111010110100111101001010111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B012B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B012B3; }

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

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

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

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

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

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

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

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