#b61cc0

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

Shades of Deep Magenta #B61CC0

Tints of Deep Magenta #B61CC0

Color information

#B61CC0 (or 0xB61CC0) is unknown color: approx Deep Magenta. HEX triplet: B6, 1C and C0. RGB value is (182,28,192). Sum of RGB (Red+Green+Blue) = 182+28+192=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 28 (11.33% from 255 or 6.97% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 192 - color contains mainly: blue. Hex color #B61CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61CC0 is #49E33F. Grayscale: #5C5C5C. Windows color (decimal): -4842304 or 12590262. OLE color: 12590262.

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

Color convert

RGB18228192-
CMYK0.050.8500.25
HSL296.34º74.55%43.14%-
HSV(B)296.34º85.42%75.29%-
XYZ29.2214.5851.14-
YUV92.74184.02191.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.27%
GREEN value IS 28 (11.33% from 255) = 6.97%
BLUE value IS 192 (75.39% from 255) = 47.76%
R=45.27%
G=6.97%
B=47.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182281920.050.8500.25296.3474.5543.14
HexB61CC05550191284b2b
Octal26634300512503145011353
Binary10110110111001100000010110101010110011001010001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b61cc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b61cc0; }

 p { color: rgb(182,28,192); }

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

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

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

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

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

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

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