#B306BA

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

Shades of Deep Magenta #B306BA

Tints of Deep Magenta #B306BA

Color information

#B306BA (or 0xB306BA) is unknown color: approx Deep Magenta. HEX triplet: B3, 06 and BA. RGB value is (179,6,186). Sum of RGB (Red+Green+Blue) = 179+6+186=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 6 (2.73% from 255 or 1.62% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #B306BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B306BA is #4CF945. Grayscale: #4D4D4D. Windows color (decimal): -5044550 or 12191411. OLE color: 12191411.

HSL color Cylindrical-coordinate representation of color #B306BA: hue angle of 297.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 #B306BA is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1796186-
CMYK0.040.9700.27
HSL297.67º93.75%37.65%-
HSV(B)297.67º96.77%72.94%-
XYZ27.5213.2647.56-
YUV78.25188.81199.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.25%
GREEN value IS 6 (2.73% from 255) = 1.62%
BLUE value IS 186 (73.05% from 255) = 50.13%
R=48.25%
G=1.62%
B=50.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17961860.040.9700.27297.6793.7537.65
HexB36BA46101B12a5e26
Octal2636272414103345213646
Binary101100111101011101010011000010110111001010101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B306BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B306BA; }

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

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

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

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

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

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

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

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