#B41BB7

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

Shades of Deep Magenta #B41BB7

Tints of Deep Magenta #B41BB7

Color information

#B41BB7 (or 0xB41BB7) is unknown color: approx Deep Magenta. HEX triplet: B4, 1B and B7. RGB value is (180,27,183). Sum of RGB (Red+Green+Blue) = 180+27+183=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 27 (10.94% from 255 or 6.92% from 390); Blue value is 183 (71.88% from 255 or 46.92% from 390); Max value from RGB is 183 - color contains mainly: blue. Hex color #B41BB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41BB7 is #4BE448. Grayscale: #5A5A5A. Windows color (decimal): -4973641 or 12000180. OLE color: 12000180.

HSL color Cylindrical-coordinate representation of color #B41BB7: hue angle of 298.85º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B41BB7 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB18027183-
CMYK0.020.8500.28
HSL298.85º74.29%41.18%-
HSV(B)298.85º85.25%71.76%-
XYZ27.7613.9146.02-
YUV90.53180.19191.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.15%
GREEN value IS 27 (10.94% from 255) = 6.92%
BLUE value IS 183 (71.88% from 255) = 46.92%
R=46.15%
G=6.92%
B=46.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal180271830.020.8500.28298.8574.2941.18
HexB41BB725501C12b4a29
Octal26433267212503445311251
Binary1011010011011101101111010101010111001001010111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41BB7; }

 p { color: rgb(180,27,183); }

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

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

 a { background-color: rgb(180,27,183); }

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

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

 span { border-color: rgb(180,27,183); }

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