#B3609D

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

Shades of Violet Blue #B3609D

Tints of Violet Blue #B3609D

Color information

#B3609D (or 0xB3609D) is unknown color: approx Violet Blue. HEX triplet: B3, 60 and 9D. RGB value is (179,96,157). Sum of RGB (Red+Green+Blue) = 179+96+157=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 179 - color contains mainly: red. Hex color #B3609D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3609D is #4C9F62. Grayscale: #7F7F7F. Windows color (decimal): -5021539 or 10313907. OLE color: 10313907.

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

Color convert

RGB17996157-
CMYK00.460.120.30
HSL315.9º35.32%53.92%-
HSV(B)315.9º46.37%70.2%-
XYZ28.8620.3834.31-
YUV127.77144.5164.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.44%
GREEN value IS 96 (37.89% from 255) = 22.22%
BLUE value IS 157 (61.72% from 255) = 36.34%
R=41.44%
G=22.22%
B=36.34%

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
Decimal1799615700.460.120.30315.935.3253.92
HexB3609D02EC1E13c2336
Octal26314023505614364744366
Binary101100111100000100111010101110110011110100111100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3609D; }

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

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

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

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

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

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

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

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