#B100CC

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

Shades of Deep Magenta #B100CC

Tints of Deep Magenta #B100CC

Color information

#B100CC (or 0xB100CC) is unknown color: approx Deep Magenta. HEX triplet: B1, 00 and CC. RGB value is (177,0,204). Sum of RGB (Red+Green+Blue) = 177+0+204=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #B100CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B100CC is #4EFF33. Grayscale: #4B4B4B. Windows color (decimal): -5177140 or 13369521. OLE color: 13369521.

HSL color Cylindrical-coordinate representation of color #B100CC: hue angle of 292.06º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B100CC is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1770204-
CMYK0.13100.2
HSL292.06º100%40%-
HSV(B)292.06º100%80%-
XYZ29.0313.7158.24-
YUV76.18200.14199.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 204 (80.08% from 255) = 53.54%
R=46.46%
G=0%
B=53.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal17702040.13100.2292.0610040
HexB10CCD640141246428
Octal26103141514402444414450
Binary10110001011001100110111001000101001001001001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B100CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B100CC; }

 p { color: rgb(177,0,204); }

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

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

 a { background-color: rgb(177,0,204); }

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

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

 span { border-color: rgb(177,0,204); }

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