#B1679E

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

Shades of Violet Blue #B1679E

Tints of Violet Blue #B1679E

Color information

#B1679E (or 0xB1679E) is unknown color: approx Violet Blue. HEX triplet: B1, 67 and 9E. RGB value is (177,103,158). Sum of RGB (Red+Green+Blue) = 177+103+158=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 103 (40.62% from 255 or 23.52% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B1679E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1679E is #4E9861. Grayscale: #838383. Windows color (decimal): -5150818 or 10381233. OLE color: 10381233.

HSL color Cylindrical-coordinate representation of color #B1679E: hue angle of 315.41º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B1679E is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB177103158-
CMYK00.420.110.31
HSL315.41º32.17%54.9%-
HSV(B)315.41º41.81%69.41%-
XYZ29.1521.5234.96-
YUV131.4143.02160.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.41%
GREEN value IS 103 (40.62% from 255) = 23.52%
BLUE value IS 158 (62.11% from 255) = 36.07%
R=40.41%
G=23.52%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710315800.420.110.31315.4132.1754.9
HexB1679E02AB1F13b2037
Octal26114723605213374734067
Binary101100011100111100111100101010101111111100111011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1679E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1679E; }

 p { color: rgb(177,103,158); }

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

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

 a { background-color: rgb(177,103,158); }

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

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

 span { border-color: rgb(177,103,158); }

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