#B619CA

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

Shades of Deep Magenta #B619CA

Tints of Deep Magenta #B619CA

Color information

#B619CA (or 0xB619CA) is unknown color: approx Deep Magenta. HEX triplet: B6, 19 and CA. RGB value is (182,25,202). Sum of RGB (Red+Green+Blue) = 182+25+202=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 25 (10.16% from 255 or 6.11% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #B619CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B619CA is #49E635. Grayscale: #5B5B5B. Windows color (decimal): -4843062 or 13244854. OLE color: 13244854.

HSL color Cylindrical-coordinate representation of color #B619CA: hue angle of 293.22º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B619CA is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18225202-
CMYK0.100.8800.21
HSL293.22º77.97%44.51%-
HSV(B)293.22º87.62%79.22%-
XYZ30.314.957.16-
YUV92.12190.01192.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.50%
GREEN value IS 25 (10.16% from 255) = 6.11%
BLUE value IS 202 (79.30% from 255) = 49.39%
R=44.50%
G=6.11%
B=49.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal182252020.100.8800.21293.2277.9744.51
HexB619CAA580151254e2d
Octal266313121213002544511655
Binary101101101100111001010101010110000101011001001011001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B619CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B619CA; }

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

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

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

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

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

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

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

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