#B16DA5

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

Shades of Violet Blue #B16DA5

Tints of Violet Blue #B16DA5

Color information

#B16DA5 (or 0xB16DA5) is unknown color: approx Violet Blue. HEX triplet: B1, 6D and A5. RGB value is (177,109,165). Sum of RGB (Red+Green+Blue) = 177+109+165=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 165 (64.84% from 255 or 36.59% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B16DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16DA5 is #4E925A. Grayscale: #878787. Windows color (decimal): -5149275 or 10841521. OLE color: 10841521.

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

Color convert

RGB177109165-
CMYK00.380.070.31
HSL310.59º30.36%56.08%-
HSV(B)310.59º38.42%69.41%-
XYZ30.392338.44-
YUV135.72144.53157.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.25%
GREEN value IS 109 (42.97% from 255) = 24.17%
BLUE value IS 165 (64.84% from 255) = 36.59%
R=39.25%
G=24.17%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710916500.380.070.31310.5930.3656.08
HexB16DA502671F1371e38
Octal2611552450467374673670
Binary1011000111011011010010101001101111111110011011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16DA5; }

 p { color: rgb(177,109,165); }

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

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

 a { background-color: rgb(177,109,165); }

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

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

 span { border-color: rgb(177,109,165); }

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