#B169B2

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

Shades of Violet Blue #B169B2

Tints of Violet Blue #B169B2

Color information

#B169B2 (or 0xB169B2) is unknown color: approx Violet Blue. HEX triplet: B1, 69 and B2. RGB value is (177,105,178). Sum of RGB (Red+Green+Blue) = 177+105+178=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 178 - color contains mainly: blue. Hex color #B169B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B169B2 is #4E964D. Grayscale: #868686. Windows color (decimal): -5150286 or 11692465. OLE color: 11692465.

HSL color Cylindrical-coordinate representation of color #B169B2: hue angle of 299.18º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B169B2 is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB177105178-
CMYK0.010.4100.30
HSL299.18º32.16%55.49%-
HSV(B)299.18º41.01%69.8%-
XYZ31.2222.6644.85-
YUV134.85152.35158.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.48%
GREEN value IS 105 (41.41% from 255) = 22.83%
BLUE value IS 178 (69.92% from 255) = 38.70%
R=38.48%
G=22.83%
B=38.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1771051780.010.4100.30299.1832.1655.49
HexB169B212901E12b2037
Octal2611512621510364534067
Binary101100011101001101100101101001011110100101011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B169B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B169B2; }

 p { color: rgb(177,105,178); }

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

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

 a { background-color: rgb(177,105,178); }

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

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

 span { border-color: rgb(177,105,178); }

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