#B400C1

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

Shades of Deep Magenta #B400C1

Tints of Deep Magenta #B400C1

Color information

#B400C1 (or 0xB400C1) is unknown color: approx Deep Magenta. HEX triplet: B4, 00 and C1. RGB value is (180,0,193). Sum of RGB (Red+Green+Blue) = 180+0+193=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #B400C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B400C1 is #4BFF3E. Grayscale: #4B4B4B. Windows color (decimal): -4980543 or 12648628. OLE color: 12648628.

HSL color Cylindrical-coordinate representation of color #B400C1: hue angle of 295.96º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B400C1 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1800193-
CMYK0.07100.24
HSL295.96º100%37.84%-
HSV(B)295.96º100%75.69%-
XYZ28.4513.5551.57-
YUV75.82194.13202.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 193 (75.78% from 255) = 51.74%
R=48.26%
G=0%
B=51.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18001930.07100.24295.9610037.84
HexB40C17640181286426
Octal2640301714403045014446
Binary1011010001100000111111001000110001001010001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B400C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B400C1; }

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

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

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

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

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

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

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

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