#B1609B

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

Shades of Violet Blue #B1609B

Tints of Violet Blue #B1609B

Color information

#B1609B (or 0xB1609B) is unknown color: approx Violet Blue. HEX triplet: B1, 60 and 9B. RGB value is (177,96,155). Sum of RGB (Red+Green+Blue) = 177+96+155=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B1609B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1609B is #4E9F64. Grayscale: #7E7E7E. Windows color (decimal): -5152613 or 10182833. OLE color: 10182833.

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

Color convert

RGB17796155-
CMYK00.460.120.31
HSL316.3º34.18%53.53%-
HSV(B)316.3º45.76%69.41%-
XYZ28.2320.0833.4-
YUV126.94143.84163.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.36%
GREEN value IS 96 (37.89% from 255) = 22.43%
BLUE value IS 155 (60.94% from 255) = 36.21%
R=41.36%
G=22.43%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779615500.460.120.31316.334.1853.53
HexB1609B02EC1F13c2236
Octal26114023305614374744266
Binary101100011100000100110110101110110011111100111100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1609B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1609B; }

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

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

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

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

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

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

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

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