#B1619D

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

Shades of Violet Blue #B1619D

Tints of Violet Blue #B1619D

Color information

#B1619D (or 0xB1619D) is unknown color: approx Violet Blue. HEX triplet: B1, 61 and 9D. RGB value is (177,97,157). Sum of RGB (Red+Green+Blue) = 177+97+157=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B1619D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1619D is #4E9E62. Grayscale: #7F7F7F. Windows color (decimal): -5152355 or 10314161. OLE color: 10314161.

HSL color Cylindrical-coordinate representation of color #B1619D: hue angle of 315º 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 #B1619D is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB17797157-
CMYK00.450.110.31
HSL315º33.9%53.73%-
HSV(B)315º45.2%69.41%-
XYZ28.4920.3334.32-
YUV127.76144.5163.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.07%
GREEN value IS 97 (38.28% from 255) = 22.51%
BLUE value IS 157 (61.72% from 255) = 36.43%
R=41.07%
G=22.51%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779715700.450.110.3131533.953.73
HexB1619D02DB1F13b2236
Octal26114123505513374734266
Binary101100011100001100111010101101101111111100111011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1619D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1619D; }

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

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

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

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

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

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

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

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