#B617C2

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

Shades of Deep Magenta #B617C2

Tints of Deep Magenta #B617C2

Color information

#B617C2 (or 0xB617C2) is unknown color: approx Deep Magenta. HEX triplet: B6, 17 and C2. RGB value is (182,23,194). Sum of RGB (Red+Green+Blue) = 182+23+194=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 23 (9.38% from 255 or 5.76% from 399); Blue value is 194 (76.17% from 255 or 48.62% from 399); Max value from RGB is 194 - color contains mainly: blue. Hex color #B617C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B617C2 is #49E83D. Grayscale: #595959. Windows color (decimal): -4843582 or 12720054. OLE color: 12720054.

HSL color Cylindrical-coordinate representation of color #B617C2: hue angle of 295.79º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B617C2 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18223194-
CMYK0.060.8800.24
HSL295.79º78.8%42.55%-
HSV(B)295.79º88.14%76.08%-
XYZ29.3414.4552.28-
YUV90.04186.68193.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.61%
GREEN value IS 23 (9.38% from 255) = 5.76%
BLUE value IS 194 (76.17% from 255) = 48.62%
R=45.61%
G=5.76%
B=48.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182231940.060.8800.24295.7978.842.55
HexB617C26580181284f2b
Octal26627302613003045011753
Binary10110110101111100001011010110000110001001010001001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B617C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B617C2; }

 p { color: rgb(182,23,194); }

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

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

 a { background-color: rgb(182,23,194); }

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

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

 span { border-color: rgb(182,23,194); }

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