#B16CAF

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

Shades of Violet Blue #B16CAF

Tints of Violet Blue #B16CAF

Color information

#B16CAF (or 0xB16CAF) is unknown color: approx Violet Blue. HEX triplet: B1, 6C and AF. RGB value is (177,108,175). Sum of RGB (Red+Green+Blue) = 177+108+175=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 108 (42.58% from 255 or 23.48% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 177 - color contains mainly: red. Hex color #B16CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16CAF is #4E9350. Grayscale: #888888. Windows color (decimal): -5149521 or 11496625. OLE color: 11496625.

HSL color Cylindrical-coordinate representation of color #B16CAF: hue angle of 301.74º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B16CAF is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB177108175-
CMYK00.390.010.31
HSL301.74º30.67%55.88%-
HSV(B)301.74º38.98%69.41%-
XYZ31.2323.1743.38-
YUV136.27149.86157.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.48%
GREEN value IS 108 (42.58% from 255) = 23.48%
BLUE value IS 175 (68.75% from 255) = 38.04%
R=38.48%
G=23.48%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710817500.390.010.31301.7430.6755.88
HexB16CAF02711F12e1f38
Octal2611542570471374563770
Binary10110001110110010101111010011111111110010111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16CAF; }

 p { color: rgb(177,108,175); }

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

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

 a { background-color: rgb(177,108,175); }

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

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

 span { border-color: rgb(177,108,175); }

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