#B712B2

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

Shades of Deep Magenta #B712B2

Tints of Deep Magenta #B712B2

Color information

#B712B2 (or 0xB712B2) is unknown color: approx Deep Magenta. HEX triplet: B7, 12 and B2. RGB value is (183,18,178). Sum of RGB (Red+Green+Blue) = 183+18+178=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 178 (69.92% from 255 or 46.97% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B712B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B712B2 is #48ED4D. Grayscale: #555555. Windows color (decimal): -4779342 or 11670199. OLE color: 11670199.

HSL color Cylindrical-coordinate representation of color #B712B2: hue angle of 301.82º 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 #B712B2 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB18318178-
CMYK00.900.030.28
HSL301.82º82.09%39.41%-
HSV(B)301.82º90.16%71.76%-
XYZ27.7813.7143.3-
YUV85.58180.16197.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.28%
GREEN value IS 18 (7.42% from 255) = 4.75%
BLUE value IS 178 (69.92% from 255) = 46.97%
R=48.28%
G=4.75%
B=46.97%

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
Decimal1831817800.900.030.28301.8282.0939.41
HexB712B205A31C12e5227
Octal26722262013233445612247
Binary1011011110010101100100101101011111001001011101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B712B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B712B2; }

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

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

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

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

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

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

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

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