#B61FB6

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

Shades of Deep Magenta #B61FB6

Tints of Deep Magenta #B61FB6

Color information

#B61FB6 (or 0xB61FB6) is unknown color: approx Deep Magenta. HEX triplet: B6, 1F and B6. RGB value is (182,31,182). Sum of RGB (Red+Green+Blue) = 182+31+182=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 31 (12.5% from 255 or 7.85% from 395); Blue value is 182 (71.48% from 255 or 46.08% from 395); Max value from RGB is 182 - color contains mainly: red, blue. Hex color #B61FB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61FB6 is #49E049. Grayscale: #5C5C5C. Windows color (decimal): -4841546 or 11935670. OLE color: 11935670.

HSL color Cylindrical-coordinate representation of color #B61FB6: hue angle of 300º 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 #B61FB6 is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB18231182-
CMYK00.8300.29
HSL300º70.89%41.76%-
HSV(B)300º82.97%71.37%-
XYZ28.2214.345.53-
YUV93.36178.03191.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.08%
GREEN value IS 31 (12.5% from 255) = 7.85%
BLUE value IS 182 (71.48% from 255) = 46.08%
R=46.08%
G=7.85%
B=46.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823118200.8300.2930070.8941.76
HexB61FB605301D12c472a
Octal26637266012303545410752
Binary101101101111110110110010100110111011001011001000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61FB6; }

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

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

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

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

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

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

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

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