#B61CC6

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

Shades of Deep Magenta #B61CC6

Tints of Deep Magenta #B61CC6

Color information

#B61CC6 (or 0xB61CC6) is unknown color: approx Deep Magenta. HEX triplet: B6, 1C and C6. RGB value is (182,28,198). Sum of RGB (Red+Green+Blue) = 182+28+198=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 28 (11.33% from 255 or 6.86% from 408); Blue value is 198 (77.73% from 255 or 48.53% from 408); Max value from RGB is 198 - color contains mainly: blue. Hex color #B61CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61CC6 is #49E339. Grayscale: #5C5C5C. Windows color (decimal): -4842298 or 12983478. OLE color: 12983478.

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

Color convert

RGB18228198-
CMYK0.080.8600.22
HSL294.35º75.22%44.31%-
HSV(B)294.35º85.86%77.65%-
XYZ29.914.8554.72-
YUV93.43187.02191.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.61%
GREEN value IS 28 (11.33% from 255) = 6.86%
BLUE value IS 198 (77.73% from 255) = 48.53%
R=44.61%
G=6.86%
B=48.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal182281980.080.8600.22294.3575.2244.31
HexB61CC68560161264b2c
Octal266343061012602644611354
Binary101101101110011000110100010101100101101001001101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61CC6; }

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

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

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

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

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

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

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

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