#B616C3

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

Shades of Deep Magenta #B616C3

Tints of Deep Magenta #B616C3

Color information

#B616C3 (or 0xB616C3) is unknown color: approx Deep Magenta. HEX triplet: B6, 16 and C3. RGB value is (182,22,195). Sum of RGB (Red+Green+Blue) = 182+22+195=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 195 (76.56% from 255 or 48.87% from 399); Max value from RGB is 195 - color contains mainly: blue. Hex color #B616C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B616C3 is #49E93C. Grayscale: #595959. Windows color (decimal): -4843837 or 12785334. OLE color: 12785334.

HSL color Cylindrical-coordinate representation of color #B616C3: hue angle of 295.49º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B616C3 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18222195-
CMYK0.070.8900.24
HSL295.49º79.72%42.55%-
HSV(B)295.49º88.72%76.47%-
XYZ29.4314.4652.87-
YUV89.56187.51193.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.61%
GREEN value IS 22 (8.98% from 255) = 5.51%
BLUE value IS 195 (76.56% from 255) = 48.87%
R=45.61%
G=5.51%
B=48.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182221950.070.8900.24295.4979.7242.55
HexB616C3759018127502b
Octal26626303713103044712053
Binary10110110101101100001111110110010110001001001111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B616C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B616C3; }

 p { color: rgb(182,22,195); }

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

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

 a { background-color: rgb(182,22,195); }

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

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

 span { border-color: rgb(182,22,195); }

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