#B414B9

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

Shades of Deep Magenta #B414B9

Tints of Deep Magenta #B414B9

Color information

#B414B9 (or 0xB414B9) is unknown color: approx Deep Magenta. HEX triplet: B4, 14 and B9. RGB value is (180,20,185). Sum of RGB (Red+Green+Blue) = 180+20+185=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 185 (72.66% from 255 or 48.05% from 385); Max value from RGB is 185 - color contains mainly: blue. Hex color #B414B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B414B9 is #4BEB46. Grayscale: #565656. Windows color (decimal): -4975431 or 12129460. OLE color: 12129460.

HSL color Cylindrical-coordinate representation of color #B414B9: hue angle of 298.18º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B414B9 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18020185-
CMYK0.030.8900.27
HSL298.18º80.49%40.2%-
HSV(B)298.18º89.19%72.55%-
XYZ27.8313.7147.08-
YUV86.65183.51194.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.75%
GREEN value IS 20 (8.20% from 255) = 5.19%
BLUE value IS 185 (72.66% from 255) = 48.05%
R=46.75%
G=5.19%
B=48.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180201850.030.8900.27298.1880.4940.2
HexB414B935901B12a5028
Octal26424271313103345212050
Binary1011010010100101110011110110010110111001010101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B414B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B414B9; }

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

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

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

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

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

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

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

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