#BD8C9E

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

Shades of Viola #BD8C9E

Tints of Viola #BD8C9E

Color information

#BD8C9E (or 0xBD8C9E) is unknown color: approx Viola. HEX triplet: BD, 8C and 9E. RGB value is (189,140,158). Sum of RGB (Red+Green+Blue) = 189+140+158=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 158 (62.11% from 255 or 32.44% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8C9E is #427361. Grayscale: #9C9C9C. Windows color (decimal): -4354914 or 10390717. OLE color: 10390717.

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

Color convert

RGB189140158-
CMYK00.260.160.26
HSL337.96º27.07%64.51%-
HSV(B)337.96º25.93%74.12%-
XYZ36.5432.0436.61-
YUV156.7128.73151.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.81%
GREEN value IS 140 (55.08% from 255) = 28.75%
BLUE value IS 158 (62.11% from 255) = 32.44%
R=38.81%
G=28.75%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914015800.260.160.26337.9627.0764.51
HexBD8C9E01A101A1521b41
Octal275214236032203252233101
Binary1011110110001100100111100110101000011010101010010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8C9E; }

 p { color: rgb(189,140,158); }

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

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

 a { background-color: rgb(189,140,158); }

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

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

 span { border-color: rgb(189,140,158); }

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