#B1619A

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

Shades of Violet Blue #B1619A

Tints of Violet Blue #B1619A

Color information

#B1619A (or 0xB1619A) is unknown color: approx Violet Blue. HEX triplet: B1, 61 and 9A. RGB value is (177,97,154). Sum of RGB (Red+Green+Blue) = 177+97+154=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B1619A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1619A is #4E9E65. Grayscale: #7F7F7F. Windows color (decimal): -5152358 or 10117553. OLE color: 10117553.

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

Color convert

RGB17797154-
CMYK00.450.130.31
HSL317.25º33.9%53.73%-
HSV(B)317.25º45.2%69.41%-
XYZ28.2420.2332.99-
YUV127.42143163.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.36%
GREEN value IS 97 (38.28% from 255) = 22.66%
BLUE value IS 154 (60.55% from 255) = 35.98%
R=41.36%
G=22.66%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779715400.450.130.31317.2533.953.73
HexB1619A02DD1F13d2236
Octal26114123205515374754266
Binary101100011100001100110100101101110111111100111101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1619A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1619A; }

 p { color: rgb(177,97,154); }

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

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

 a { background-color: rgb(177,97,154); }

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

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

 span { border-color: rgb(177,97,154); }

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