#B605C6

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

Shades of Deep Magenta #B605C6

Tints of Deep Magenta #B605C6

Color information

#B605C6 (or 0xB605C6) is unknown color: approx Deep Magenta. HEX triplet: B6, 05 and C6. RGB value is (182,5,198). Sum of RGB (Red+Green+Blue) = 182+5+198=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 198 (77.73% from 255 or 51.43% from 385); Max value from RGB is 198 - color contains mainly: blue. Hex color #B605C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B605C6 is #49FA39. Grayscale: #4F4F4F. Windows color (decimal): -4848186 or 12977590. OLE color: 12977590.

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

Color convert

RGB1825198-
CMYK0.080.9700.22
HSL295.03º95.07%39.8%-
HSV(B)295.03º97.47%77.65%-
XYZ29.5414.1354.6-
YUV79.92194.64200.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.27%
GREEN value IS 5 (2.34% from 255) = 1.30%
BLUE value IS 198 (77.73% from 255) = 51.43%
R=47.27%
G=1.30%
B=51.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal18251980.080.9700.22295.0395.0739.8
HexB65C68610161275f28
Octal26653061014102644713750
Binary1011011010111000110100011000010101101001001111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B605C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B605C6; }

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

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

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

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

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

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

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

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