#B414C0

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

Shades of Deep Magenta #B414C0

Tints of Deep Magenta #B414C0

Color information

#B414C0 (or 0xB414C0) is unknown color: approx Deep Magenta. HEX triplet: B4, 14 and C0. RGB value is (180,20,192). Sum of RGB (Red+Green+Blue) = 180+20+192=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 20 (8.20% from 255 or 5.10% from 392); Blue value is 192 (75.39% from 255 or 48.98% from 392); Max value from RGB is 192 - color contains mainly: blue. Hex color #B414C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B414C0 is #4BEB3F. Grayscale: #565656. Windows color (decimal): -4975424 or 12588212. OLE color: 12588212.

HSL color Cylindrical-coordinate representation of color #B414C0: hue angle of 295.81º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B414C0 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18020192-
CMYK0.060.9000.25
HSL295.81º81.13%41.57%-
HSV(B)295.81º89.58%75.29%-
XYZ28.5914.0151.07-
YUV87.45187.01194.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.92%
GREEN value IS 20 (8.20% from 255) = 5.10%
BLUE value IS 192 (75.39% from 255) = 48.98%
R=45.92%
G=5.10%
B=48.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180201920.060.9000.25295.8181.1341.57
HexB414C065A019128512a
Octal26424300613203145012152
Binary10110100101001100000011010110100110011001010001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B414C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B414C0; }

 p { color: rgb(180,20,192); }

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

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

 a { background-color: rgb(180,20,192); }

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

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

 span { border-color: rgb(180,20,192); }

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