#BD8D9F

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

Shades of Viola #BD8D9F

Tints of Viola #BD8D9F

Color information

#BD8D9F (or 0xBD8D9F) is unknown color: approx Viola. HEX triplet: BD, 8D and 9F. RGB value is (189,141,159). Sum of RGB (Red+Green+Blue) = 189+141+159=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8D9F is #427260. Grayscale: #9D9D9D. Windows color (decimal): -4354657 or 10456509. OLE color: 10456509.

HSL color Cylindrical-coordinate representation of color #BD8D9F: hue angle of 337.5º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BD8D9F is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB189141159-
CMYK00.250.160.26
HSL337.5º26.67%64.71%-
HSV(B)337.5º25.4%74.12%-
XYZ36.7732.3737.11-
YUV157.4128.9150.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.65%
GREEN value IS 141 (55.47% from 255) = 28.83%
BLUE value IS 159 (62.5% from 255) = 32.52%
R=38.65%
G=28.83%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914115900.250.160.26337.526.6764.71
HexBD8D9F019101A1521b41
Octal275215237031203252233101
Binary1011110110001101100111110110011000011010101010010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8D9F; }

 p { color: rgb(189,141,159); }

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

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

 a { background-color: rgb(189,141,159); }

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

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

 span { border-color: rgb(189,141,159); }

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