#B619B9

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

Shades of Deep Magenta #B619B9

Tints of Deep Magenta #B619B9

Color information

#B619B9 (or 0xB619B9) is unknown color: approx Deep Magenta. HEX triplet: B6, 19 and B9. RGB value is (182,25,185). Sum of RGB (Red+Green+Blue) = 182+25+185=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 185 (72.66% from 255 or 47.19% from 392); Max value from RGB is 185 - color contains mainly: blue. Hex color #B619B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B619B9 is #49E646. Grayscale: #595959. Windows color (decimal): -4843079 or 12130742. OLE color: 12130742.

HSL color Cylindrical-coordinate representation of color #B619B9: hue angle of 298.88º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B619B9 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18225185-
CMYK0.020.8600.27
HSL298.88º76.19%41.18%-
HSV(B)298.88º86.49%72.55%-
XYZ28.414.1447.13-
YUV90.18181.51193.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.43%
GREEN value IS 25 (10.16% from 255) = 6.38%
BLUE value IS 185 (72.66% from 255) = 47.19%
R=46.43%
G=6.38%
B=47.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182251850.020.8600.27298.8876.1941.18
HexB619B925601B12b4c29
Octal26631271212603345311451
Binary1011011011001101110011010101100110111001010111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B619B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B619B9; }

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

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

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

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

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

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

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

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