#B61FB5

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

Shades of Deep Magenta #B61FB5

Tints of Deep Magenta #B61FB5

Color information

#B61FB5 (or 0xB61FB5) is unknown color: approx Deep Magenta. HEX triplet: B6, 1F and B5. RGB value is (182,31,181). Sum of RGB (Red+Green+Blue) = 182+31+181=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 31 (12.5% from 255 or 7.87% from 394); Blue value is 181 (71.09% from 255 or 45.94% from 394); Max value from RGB is 182 - color contains mainly: red. Hex color #B61FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61FB5 is #49E04A. Grayscale: #5C5C5C. Windows color (decimal): -4841547 or 11870134. OLE color: 11870134.

HSL color Cylindrical-coordinate representation of color #B61FB5: hue angle of 300.4º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B61FB5 is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB18231181-
CMYK00.830.010.29
HSL300.4º70.89%41.76%-
HSV(B)300.4º82.97%71.37%-
XYZ28.1214.2644.99-
YUV93.25177.53191.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.19%
GREEN value IS 31 (12.5% from 255) = 7.87%
BLUE value IS 181 (71.09% from 255) = 45.94%
R=46.19%
G=7.87%
B=45.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823118100.830.010.29300.470.8941.76
HexB61FB505311D12c472a
Octal26637265012313545410752
Binary101101101111110110101010100111111011001011001000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61FB5; }

 p { color: rgb(182,31,181); }

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

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

 a { background-color: rgb(182,31,181); }

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

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

 span { border-color: rgb(182,31,181); }

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