#B16CAD

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

Shades of Violet Blue #B16CAD

Tints of Violet Blue #B16CAD

Color information

#B16CAD (or 0xB16CAD) is unknown color: approx Violet Blue. HEX triplet: B1, 6C and AD. RGB value is (177,108,173). Sum of RGB (Red+Green+Blue) = 177+108+173=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 177 - color contains mainly: red. Hex color #B16CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16CAD is #4E9352. Grayscale: #878787. Windows color (decimal): -5149523 or 11365553. OLE color: 11365553.

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

Color convert

RGB177108173-
CMYK00.390.020.31
HSL303.48º30.67%55.88%-
HSV(B)303.48º38.98%69.41%-
XYZ31.0423.0942.36-
YUV136.04148.86157.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.65%
GREEN value IS 108 (42.58% from 255) = 23.58%
BLUE value IS 173 (67.97% from 255) = 37.77%
R=38.65%
G=23.58%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710817300.390.020.31303.4830.6755.88
HexB16CAD02721F12f1f38
Octal2611542550472374573770
Binary101100011101100101011010100111101111110010111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16CAD; }

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

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

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

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

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

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

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

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