#B3609B

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

Shades of Violet Blue #B3609B

Tints of Violet Blue #B3609B

Color information

#B3609B (or 0xB3609B) is unknown color: approx Violet Blue. HEX triplet: B3, 60 and 9B. RGB value is (179,96,155). Sum of RGB (Red+Green+Blue) = 179+96+155=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B3609B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3609B is #4C9F64. Grayscale: #7F7F7F. Windows color (decimal): -5021541 or 10182835. OLE color: 10182835.

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

Color convert

RGB17996155-
CMYK00.460.130.30
HSL317.35º35.32%53.92%-
HSV(B)317.35º46.37%70.2%-
XYZ28.6920.3233.42-
YUV127.54143.5164.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.63%
GREEN value IS 96 (37.89% from 255) = 22.33%
BLUE value IS 155 (60.94% from 255) = 36.05%
R=41.63%
G=22.33%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799615500.460.130.30317.3535.3253.92
HexB3609B02ED1E13d2336
Octal26314023305615364754366
Binary101100111100000100110110101110110111110100111101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3609B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3609B; }

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

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

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

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

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

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

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

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