#B100C8

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

Shades of Deep Magenta #B100C8

Tints of Deep Magenta #B100C8

Color information

#B100C8 (or 0xB100C8) is unknown color: approx Deep Magenta. HEX triplet: B1, 00 and C8. RGB value is (177,0,200). Sum of RGB (Red+Green+Blue) = 177+0+200=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 200 (78.52% from 255 or 53.05% from 377); Max value from RGB is 200 - color contains mainly: blue. Hex color #B100C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B100C8 is #4EFF37. Grayscale: #4B4B4B. Windows color (decimal): -5177144 or 13107377. OLE color: 13107377.

HSL color Cylindrical-coordinate representation of color #B100C8: hue angle of 293.1º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B100C8 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1770200-
CMYK0.12100.22
HSL293.1º100%39.22%-
HSV(B)293.1º100%78.43%-
XYZ28.5613.5255.75-
YUV75.72198.14200.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 200 (78.52% from 255) = 53.05%
R=46.95%
G=0%
B=53.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal17702000.12100.22293.110039.22
HexB10C8C640161256427
Octal26103101414402644514447
Binary10110001011001000110011001000101101001001011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B100C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B100C8; }

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

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

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

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

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

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

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

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