#B3609E

Color #B3609E Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #B3609E

Tints of Violet Blue #B3609E

Color information

#B3609E (or 0xB3609E) is unknown color: approx Violet Blue. HEX triplet: B3, 60 and 9E. RGB value is (179,96,158). Sum of RGB (Red+Green+Blue) = 179+96+158=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B3609E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3609E is #4C9F61. Grayscale: #7F7F7F. Windows color (decimal): -5021538 or 10379443. OLE color: 10379443.

HSL color Cylindrical-coordinate representation of color #B3609E: hue angle of 315.18º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B3609E is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB17996158-
CMYK00.460.120.30
HSL315.18º35.32%53.92%-
HSV(B)315.18º46.37%70.2%-
XYZ28.9420.4234.76-
YUV127.88145164.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.34%
GREEN value IS 96 (37.89% from 255) = 22.17%
BLUE value IS 158 (62.11% from 255) = 36.49%
R=41.34%
G=22.17%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799615800.460.120.30315.1835.3253.92
HexB3609E02EC1E13b2336
Octal26314023605614364734366
Binary101100111100000100111100101110110011110100111011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3609E; }

 p { color: rgb(179,96,158); }

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

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

 a { background-color: rgb(179,96,158); }

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

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

 span { border-color: rgb(179,96,158); }

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