#B912C6

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

Shades of Deep Magenta #B912C6

Tints of Deep Magenta #B912C6

Color information

#B912C6 (or 0xB912C6) is unknown color: approx Deep Magenta. HEX triplet: B9, 12 and C6. RGB value is (185,18,198). Sum of RGB (Red+Green+Blue) = 185+18+198=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 18 (7.42% from 255 or 4.49% from 401); Blue value is 198 (77.73% from 255 or 49.38% from 401); Max value from RGB is 198 - color contains mainly: blue. Hex color #B912C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B912C6 is #46ED39. Grayscale: #575757. Windows color (decimal): -4648250 or 12980921. OLE color: 12980921.

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

Color convert

RGB18518198-
CMYK0.070.9100.22
HSL295.67º83.33%42.35%-
HSV(B)295.67º90.91%77.65%-
XYZ30.4214.8254.68-
YUV88.45189.83196.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.13%
GREEN value IS 18 (7.42% from 255) = 4.49%
BLUE value IS 198 (77.73% from 255) = 49.38%
R=46.13%
G=4.49%
B=49.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal185181980.070.9100.22295.6783.3342.35
HexB912C675B016128532a
Octal27122306713302645012352
Binary10111001100101100011011110110110101101001010001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B912C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B912C6; }

 p { color: rgb(185,18,198); }

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

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

 a { background-color: rgb(185,18,198); }

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

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

 span { border-color: rgb(185,18,198); }

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