#B712C2

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

Shades of Deep Magenta #B712C2

Tints of Deep Magenta #B712C2

Color information

#B712C2 (or 0xB712C2) is unknown color: approx Deep Magenta. HEX triplet: B7, 12 and C2. RGB value is (183,18,194). Sum of RGB (Red+Green+Blue) = 183+18+194=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 18 (7.42% from 255 or 4.56% from 395); Blue value is 194 (76.17% from 255 or 49.11% from 395); Max value from RGB is 194 - color contains mainly: blue. Hex color #B712C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B712C2 is #48ED3D. Grayscale: #565656. Windows color (decimal): -4779326 or 12718775. OLE color: 12718775.

HSL color Cylindrical-coordinate representation of color #B712C2: hue angle of 296.25º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B712C2 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18318194-
CMYK0.060.9100.24
HSL296.25º83.02%41.57%-
HSV(B)296.25º90.72%76.08%-
XYZ29.4814.3952.26-
YUV87.4188.16196.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.33%
GREEN value IS 18 (7.42% from 255) = 4.56%
BLUE value IS 194 (76.17% from 255) = 49.11%
R=46.33%
G=4.56%
B=49.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal183181940.060.9100.24296.2583.0241.57
HexB712C265B018128532a
Octal26722302613303045012352
Binary10110111100101100001011010110110110001001010001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B712C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B712C2; }

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

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

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

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

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

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

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

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