#B3609A

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

Shades of Violet Blue #B3609A

Tints of Violet Blue #B3609A

Color information

#B3609A (or 0xB3609A) is unknown color: approx Violet Blue. HEX triplet: B3, 60 and 9A. RGB value is (179,96,154). Sum of RGB (Red+Green+Blue) = 179+96+154=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B3609A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3609A is #4C9F65. Grayscale: #7F7F7F. Windows color (decimal): -5021542 or 10117299. OLE color: 10117299.

HSL color Cylindrical-coordinate representation of color #B3609A: hue angle of 318.07º 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 #B3609A is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB17996154-
CMYK00.460.140.30
HSL318.07º35.32%53.92%-
HSV(B)318.07º46.37%70.2%-
XYZ28.6120.2832.98-
YUV127.43143164.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.72%
GREEN value IS 96 (37.89% from 255) = 22.38%
BLUE value IS 154 (60.55% from 255) = 35.90%
R=41.72%
G=22.38%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799615400.460.140.30318.0735.3253.92
HexB3609A02EE1E13e2336
Octal26314023205616364764366
Binary101100111100000100110100101110111011110100111110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3609A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3609A; }

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

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

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

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

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

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

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

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