#B606BA

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

Shades of Deep Magenta #B606BA

Tints of Deep Magenta #B606BA

Color information

#B606BA (or 0xB606BA) is unknown color: approx Deep Magenta. HEX triplet: B6, 06 and BA. RGB value is (182,6,186). Sum of RGB (Red+Green+Blue) = 182+6+186=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 6 (2.73% from 255 or 1.60% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #B606BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B606BA is #49F945. Grayscale: #4E4E4E. Windows color (decimal): -4847942 or 12191414. OLE color: 12191414.

HSL color Cylindrical-coordinate representation of color #B606BA: hue angle of 298.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B606BA is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1826186-
CMYK0.020.9700.27
HSL298.67º93.75%37.65%-
HSV(B)298.67º96.77%72.94%-
XYZ28.2213.6247.6-
YUV79.14188.31201.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.66%
GREEN value IS 6 (2.73% from 255) = 1.60%
BLUE value IS 186 (73.05% from 255) = 49.73%
R=48.66%
G=1.60%
B=49.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18261860.020.9700.27298.6793.7537.65
HexB66BA26101B12b5e26
Octal2666272214103345313646
Binary10110110110101110101011000010110111001010111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B606BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B606BA; }

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

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

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

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

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

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

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

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