#B712B1

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

Shades of Deep Magenta #B712B1

Tints of Deep Magenta #B712B1

Color information

#B712B1 (or 0xB712B1) is unknown color: approx Deep Magenta. HEX triplet: B7, 12 and B1. RGB value is (183,18,177). Sum of RGB (Red+Green+Blue) = 183+18+177=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 18 (7.42% from 255 or 4.76% from 378); Blue value is 177 (69.53% from 255 or 46.83% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B712B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B712B1 is #48ED4E. Grayscale: #545454. Windows color (decimal): -4779343 or 11604663. OLE color: 11604663.

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

Color convert

RGB18318177-
CMYK00.900.030.28
HSL302.18º82.09%39.41%-
HSV(B)302.18º90.16%71.76%-
XYZ27.6813.6742.78-
YUV85.46179.66197.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.41%
GREEN value IS 18 (7.42% from 255) = 4.76%
BLUE value IS 177 (69.53% from 255) = 46.83%
R=48.41%
G=4.76%
B=46.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831817700.900.030.28302.1882.0939.41
HexB712B105A31C12e5227
Octal26722261013233445612247
Binary1011011110010101100010101101011111001001011101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B712B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B712B1; }

 p { color: rgb(183,18,177); }

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

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

 a { background-color: rgb(183,18,177); }

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

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

 span { border-color: rgb(183,18,177); }

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