#B61ABF

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

Shades of Deep Magenta #B61ABF

Tints of Deep Magenta #B61ABF

Color information

#B61ABF (or 0xB61ABF) is unknown color: approx Deep Magenta. HEX triplet: B6, 1A and BF. RGB value is (182,26,191). Sum of RGB (Red+Green+Blue) = 182+26+191=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 26 (10.55% from 255 or 6.52% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #B61ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61ABF is #49E540. Grayscale: #5A5A5A. Windows color (decimal): -4842817 or 12524214. OLE color: 12524214.

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

Color convert

RGB18226191-
CMYK0.050.8600.25
HSL296.73º76.04%42.55%-
HSV(B)296.73º86.39%74.9%-
XYZ29.0614.4550.55-
YUV91.45184.18192.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.61%
GREEN value IS 26 (10.55% from 255) = 6.52%
BLUE value IS 191 (75% from 255) = 47.87%
R=45.61%
G=6.52%
B=47.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182261910.050.8600.25296.7376.0442.55
HexB61ABF5560191294c2b
Octal26632277512603145111453
Binary10110110110101011111110110101100110011001010011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61ABF; }

 p { color: rgb(182,26,191); }

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

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

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

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

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

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

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