#B41FBE

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

Shades of Deep Magenta #B41FBE

Tints of Deep Magenta #B41FBE

Color information

#B41FBE (or 0xB41FBE) is unknown color: approx Deep Magenta. HEX triplet: B4, 1F and BE. RGB value is (180,31,190). Sum of RGB (Red+Green+Blue) = 180+31+190=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 31 (12.5% from 255 or 7.73% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #B41FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41FBE is #4BE041. Grayscale: #5D5D5D. Windows color (decimal): -4972610 or 12459956. OLE color: 12459956.

HSL color Cylindrical-coordinate representation of color #B41FBE: hue angle of 296.23º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B41FBE is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18031190-
CMYK0.050.8400.25
HSL296.23º71.95%43.33%-
HSV(B)296.23º83.68%74.51%-
XYZ28.6114.449.99-
YUV93.68182.36189.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.89%
GREEN value IS 31 (12.5% from 255) = 7.73%
BLUE value IS 190 (74.61% from 255) = 47.38%
R=44.89%
G=7.73%
B=47.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180311900.050.8400.25296.2371.9543.33
HexB41FBE554019128482b
Octal26437276512403145011053
Binary10110100111111011111010110101000110011001010001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41FBE; }

 p { color: rgb(180,31,190); }

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

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

 a { background-color: rgb(180,31,190); }

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

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

 span { border-color: rgb(180,31,190); }

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