#B60CC4

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

Shades of Deep Magenta #B60CC4

Tints of Deep Magenta #B60CC4

Color information

#B60CC4 (or 0xB60CC4) is unknown color: approx Deep Magenta. HEX triplet: B6, 0C and C4. RGB value is (182,12,196). Sum of RGB (Red+Green+Blue) = 182+12+196=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 196 (76.95% from 255 or 50.26% from 390); Max value from RGB is 196 - color contains mainly: blue. Hex color #B60CC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60CC4 is #49F33B. Grayscale: #535353. Windows color (decimal): -4846396 or 12848310. OLE color: 12848310.

HSL color Cylindrical-coordinate representation of color #B60CC4: hue angle of 295.43º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60CC4 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18212196-
CMYK0.070.9400.23
HSL295.43º88.46%40.78%-
HSV(B)295.43º93.88%76.86%-
XYZ29.3914.1953.42-
YUV83.81191.32198.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.67%
GREEN value IS 12 (5.08% from 255) = 3.08%
BLUE value IS 196 (76.95% from 255) = 50.26%
R=46.67%
G=3.08%
B=50.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal182121960.070.9400.23295.4388.4640.78
HexB6CC475E0171275829
Octal26614304713602744713051
Binary1011011011001100010011110111100101111001001111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60CC4; }

 p { color: rgb(182,12,196); }

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

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

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

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

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

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

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