#B812C2

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

Shades of Deep Magenta #B812C2

Tints of Deep Magenta #B812C2

Color information

#B812C2 (or 0xB812C2) is unknown color: approx Deep Magenta. HEX triplet: B8, 12 and C2. RGB value is (184,18,194). Sum of RGB (Red+Green+Blue) = 184+18+194=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 18 (7.42% from 255 or 4.55% from 396); Blue value is 194 (76.17% from 255 or 48.99% from 396); Max value from RGB is 194 - color contains mainly: blue. Hex color #B812C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B812C2 is #47ED3D. Grayscale: #575757. Windows color (decimal): -4713790 or 12718776. OLE color: 12718776.

HSL color Cylindrical-coordinate representation of color #B812C2: hue angle of 296.59º 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 #B812C2 is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18418194-
CMYK0.050.9100.24
HSL296.59º83.02%41.57%-
HSV(B)296.59º90.72%76.08%-
XYZ29.7214.5252.27-
YUV87.7188196.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.46%
GREEN value IS 18 (7.42% from 255) = 4.55%
BLUE value IS 194 (76.17% from 255) = 48.99%
R=46.46%
G=4.55%
B=48.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal184181940.050.9100.24296.5983.0241.57
HexB812C255B018129532a
Octal27022302513303045112352
Binary10111000100101100001010110110110110001001010011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B812C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B812C2; }

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

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

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

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

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

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

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

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