#b619c0

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

Shades of Deep Magenta #B619C0

Tints of Deep Magenta #B619C0

Color information

#B619C0 (or 0xB619C0) is unknown color: approx Deep Magenta. HEX triplet: B6, 19 and C0. RGB value is (182,25,192). Sum of RGB (Red+Green+Blue) = 182+25+192=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 25 (10.16% from 255 or 6.27% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 192 - color contains mainly: blue. Hex color #B619C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B619C0 is #49E63F. Grayscale: #5A5A5A. Windows color (decimal): -4843072 or 12589494. OLE color: 12589494.

HSL color Cylindrical-coordinate representation of color #B619C0: hue angle of 296.41º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B619C0 is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18225192-
CMYK0.050.8700.25
HSL296.41º76.96%42.55%-
HSV(B)296.41º86.98%75.29%-
XYZ29.1514.4551.12-
YUV90.98185.01192.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.61%
GREEN value IS 25 (10.16% from 255) = 6.27%
BLUE value IS 192 (75.39% from 255) = 48.12%
R=45.61%
G=6.27%
B=48.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182251920.050.8700.25296.4176.9642.55
HexB619C05570191284d2b
Octal26631300512703145011553
Binary10110110110011100000010110101110110011001010001001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b619c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b619c0; }

 p { color: rgb(182,25,192); }

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

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

 a { background-color: rgb(182,25,192); }

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

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

 span { border-color: rgb(182,25,192); }

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