#B419CC

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

Shades of Deep Magenta #B419CC

Tints of Deep Magenta #B419CC

Color information

#B419CC (or 0xB419CC) is unknown color: approx Deep Magenta. HEX triplet: B4, 19 and CC. RGB value is (180,25,204). Sum of RGB (Red+Green+Blue) = 180+25+204=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 25 (10.16% from 255 or 6.11% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #B419CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B419CC is #4BE633. Grayscale: #5B5B5B. Windows color (decimal): -4974132 or 13375924. OLE color: 13375924.

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

Color convert

RGB18025204-
CMYK0.120.8800.2
HSL291.96º78.17%44.9%-
HSV(B)291.96º87.75%80%-
XYZ30.0714.7658.39-
YUV91.75191.35190.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.01%
GREEN value IS 25 (10.16% from 255) = 6.11%
BLUE value IS 204 (80.08% from 255) = 49.88%
R=44.01%
G=6.11%
B=49.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal180252040.120.8800.2291.9678.1744.9
HexB419CCC580141244e2d
Octal264313141413002444411655
Binary101101001100111001100110010110000101001001001001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B419CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B419CC; }

 p { color: rgb(180,25,204); }

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

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

 a { background-color: rgb(180,25,204); }

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

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

 span { border-color: rgb(180,25,204); }

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