#B309BF

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

Shades of Deep Magenta #B309BF

Tints of Deep Magenta #B309BF

Color information

#B309BF (or 0xB309BF) is unknown color: approx Deep Magenta. HEX triplet: B3, 09 and BF. RGB value is (179,9,191). Sum of RGB (Red+Green+Blue) = 179+9+191=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 9 (3.91% from 255 or 2.37% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #B309BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B309BF is #4CF640. Grayscale: #505050. Windows color (decimal): -5043777 or 12519859. OLE color: 12519859.

HSL color Cylindrical-coordinate representation of color #B309BF: hue angle of 296.04º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B309BF is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1799191-
CMYK0.060.9500.25
HSL296.04º91%39.22%-
HSV(B)296.04º95.29%74.9%-
XYZ28.0913.5450.42-
YUV80.58190.32198.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.23%
GREEN value IS 9 (3.91% from 255) = 2.37%
BLUE value IS 191 (75% from 255) = 50.40%
R=47.23%
G=2.37%
B=50.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17991910.060.9500.25296.049139.22
HexB39BF65F0191285b27
Octal26311277613703145013347
Binary1011001110011011111111010111110110011001010001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B309BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B309BF; }

 p { color: rgb(179,9,191); }

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

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

 a { background-color: rgb(179,9,191); }

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

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

 span { border-color: rgb(179,9,191); }

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