#B400BB

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

Shades of Deep Magenta #B400BB

Tints of Deep Magenta #B400BB

Color information

#B400BB (or 0xB400BB) is unknown color: approx Deep Magenta. HEX triplet: B4, 00 and BB. RGB value is (180,0,187). Sum of RGB (Red+Green+Blue) = 180+0+187=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #B400BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B400BB is #4BFF44. Grayscale: #4A4A4A. Windows color (decimal): -4980549 or 12255412. OLE color: 12255412.

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

Color convert

RGB1800187-
CMYK0.04100.27
HSL297.75º100%36.67%-
HSV(B)297.75º100%73.33%-
XYZ27.7913.2948.11-
YUV75.14191.13202.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 187 (73.44% from 255) = 50.95%
R=49.05%
G=0%
B=50.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18001870.04100.27297.7510036.67
HexB40BB46401B12a6425
Octal2640273414403345214445
Binary1011010001011101110011001000110111001010101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B400BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B400BB; }

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

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

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

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

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

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

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

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