#B110B4

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

Shades of Deep Magenta #B110B4

Tints of Deep Magenta #B110B4

Color information

#B110B4 (or 0xB110B4) is unknown color: approx Deep Magenta. HEX triplet: B1, 10 and B4. RGB value is (177,16,180). Sum of RGB (Red+Green+Blue) = 177+16+180=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 16 (6.64% from 255 or 4.29% from 373); Blue value is 180 (70.70% from 255 or 48.26% from 373); Max value from RGB is 180 - color contains mainly: blue. Hex color #B110B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B110B4 is #4EEF4B. Grayscale: #525252. Windows color (decimal): -5173068 or 11800753. OLE color: 11800753.

HSL color Cylindrical-coordinate representation of color #B110B4: hue angle of 298.9º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B110B4 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17716180-
CMYK0.020.9100.29
HSL298.9º83.67%38.43%-
HSV(B)298.9º91.11%70.59%-
XYZ26.5513.0144.29-
YUV82.84182.84195.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.45%
GREEN value IS 16 (6.64% from 255) = 4.29%
BLUE value IS 180 (70.70% from 255) = 48.26%
R=47.45%
G=4.29%
B=48.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal177161800.020.9100.29298.983.6738.43
HexB110B425B01D12b5426
Octal26120264213303545312446
Binary1011000110000101101001010110110111011001010111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B110B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B110B4; }

 p { color: rgb(177,16,180); }

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

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

 a { background-color: rgb(177,16,180); }

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

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

 span { border-color: rgb(177,16,180); }

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