#BD8F9D

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

Shades of Viola #BD8F9D

Tints of Viola #BD8F9D

Color information

#BD8F9D (or 0xBD8F9D) is unknown color: approx Viola. HEX triplet: BD, 8F and 9D. RGB value is (189,143,157). Sum of RGB (Red+Green+Blue) = 189+143+157=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8F9D is #427062. Grayscale: #9E9E9E. Windows color (decimal): -4354147 or 10325949. OLE color: 10325949.

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

Color convert

RGB189143157-
CMYK00.240.170.26
HSL341.74º25.84%65.1%-
HSV(B)341.74º24.34%74.12%-
XYZ36.8932.936.3-
YUV158.35127.24149.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.65%
GREEN value IS 143 (56.25% from 255) = 29.24%
BLUE value IS 157 (61.72% from 255) = 32.11%
R=38.65%
G=29.24%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914315700.240.170.26341.7425.8465.1
HexBD8F9D018111A1561a41
Octal275217235030213252632101
Binary1011110110001111100111010110001000111010101010110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8F9D; }

 p { color: rgb(189,143,157); }

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

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

 a { background-color: rgb(189,143,157); }

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

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

 span { border-color: rgb(189,143,157); }

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