#B61FC6

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

Shades of Deep Magenta #B61FC6

Tints of Deep Magenta #B61FC6

Color information

#B61FC6 (or 0xB61FC6) is unknown color: approx Deep Magenta. HEX triplet: B6, 1F and C6. RGB value is (182,31,198). Sum of RGB (Red+Green+Blue) = 182+31+198=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 31 (12.5% from 255 or 7.54% from 411); Blue value is 198 (77.73% from 255 or 48.18% from 411); Max value from RGB is 198 - color contains mainly: blue. Hex color #B61FC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61FC6 is #49E039. Grayscale: #5E5E5E. Windows color (decimal): -4841530 or 12984246. OLE color: 12984246.

HSL color Cylindrical-coordinate representation of color #B61FC6: hue angle of 294.25º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B61FC6 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18231198-
CMYK0.080.8400.22
HSL294.25º72.93%44.9%-
HSV(B)294.25º84.34%77.65%-
XYZ29.971554.74-
YUV95.19186.03189.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.28%
GREEN value IS 31 (12.5% from 255) = 7.54%
BLUE value IS 198 (77.73% from 255) = 48.18%
R=44.28%
G=7.54%
B=48.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal182311980.080.8400.22294.2572.9344.9
HexB61FC6854016126492d
Octal266373061012402644611155
Binary101101101111111000110100010101000101101001001101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61FC6; }

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

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

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

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

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

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

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

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