#B414BB

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

Shades of Deep Magenta #B414BB

Tints of Deep Magenta #B414BB

Color information

#B414BB (or 0xB414BB) is unknown color: approx Deep Magenta. HEX triplet: B4, 14 and BB. RGB value is (180,20,187). Sum of RGB (Red+Green+Blue) = 180+20+187=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #B414BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B414BB is #4BEB44. Grayscale: #565656. Windows color (decimal): -4975429 or 12260532. OLE color: 12260532.

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

Color convert

RGB18020187-
CMYK0.040.8900.27
HSL297.49º80.68%40.59%-
HSV(B)297.49º89.3%73.33%-
XYZ28.0413.7948.2-
YUV86.88184.51194.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.51%
GREEN value IS 20 (8.20% from 255) = 5.17%
BLUE value IS 187 (73.44% from 255) = 48.32%
R=46.51%
G=5.17%
B=48.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180201870.040.8900.27297.4980.6840.59
HexB414BB45901B1295129
Octal26424273413103345112151
Binary10110100101001011101110010110010110111001010011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B414BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B414BB; }

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

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

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

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

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

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

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

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