#B613C6

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

Shades of Deep Magenta #B613C6

Tints of Deep Magenta #B613C6

Color information

#B613C6 (or 0xB613C6) is unknown color: approx Deep Magenta. HEX triplet: B6, 13 and C6. RGB value is (182,19,198). Sum of RGB (Red+Green+Blue) = 182+19+198=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 19 (7.81% from 255 or 4.76% from 399); Blue value is 198 (77.73% from 255 or 49.62% from 399); Max value from RGB is 198 - color contains mainly: blue. Hex color #B613C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B613C6 is #49EC39. Grayscale: #575757. Windows color (decimal): -4844602 or 12981174. OLE color: 12981174.

HSL color Cylindrical-coordinate representation of color #B613C6: hue angle of 294.64º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B613C6 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18219198-
CMYK0.080.9000.22
HSL294.64º82.49%42.55%-
HSV(B)294.64º90.4%77.65%-
XYZ29.7214.4954.66-
YUV88.14190194.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.61%
GREEN value IS 19 (7.81% from 255) = 4.76%
BLUE value IS 198 (77.73% from 255) = 49.62%
R=45.61%
G=4.76%
B=49.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal182191980.080.9000.22294.6482.4942.55
HexB613C685A016127522b
Octal266233061013202644712253
Binary101101101001111000110100010110100101101001001111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B613C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B613C6; }

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

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

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

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

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

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

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

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