#B606C7

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

Shades of Deep Magenta #B606C7

Tints of Deep Magenta #B606C7

Color information

#B606C7 (or 0xB606C7) is unknown color: approx Deep Magenta. HEX triplet: B6, 06 and C7. RGB value is (182,6,199). Sum of RGB (Red+Green+Blue) = 182+6+199=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 6 (2.73% from 255 or 1.55% from 387); Blue value is 199 (78.12% from 255 or 51.42% from 387); Max value from RGB is 199 - color contains mainly: blue. Hex color #B606C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B606C7 is #49F938. Grayscale: #505050. Windows color (decimal): -4847929 or 13043382. OLE color: 13043382.

HSL color Cylindrical-coordinate representation of color #B606C7: hue angle of 294.72º degrees, saturation: 0.94, 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 #B606C7 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1826199-
CMYK0.090.9700.22
HSL294.72º94.15%40.2%-
HSV(B)294.72º96.98%78.04%-
XYZ29.6714.255.21-
YUV80.63194.81200.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.03%
GREEN value IS 6 (2.73% from 255) = 1.55%
BLUE value IS 199 (78.12% from 255) = 51.42%
R=47.03%
G=1.55%
B=51.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal18261990.090.9700.22294.7294.1540.2
HexB66C79610161275e28
Octal26663071114102644713650
Binary1011011011011000111100111000010101101001001111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B606C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B606C7; }

 p { color: rgb(182,6,199); }

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

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

 a { background-color: rgb(182,6,199); }

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

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

 span { border-color: rgb(182,6,199); }

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