#BD8F9F

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

Shades of Viola #BD8F9F

Tints of Viola #BD8F9F

Color information

#BD8F9F (or 0xBD8F9F) is unknown color: approx Viola. HEX triplet: BD, 8F and 9F. RGB value is (189,143,159). Sum of RGB (Red+Green+Blue) = 189+143+159=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8F9F is #427060. Grayscale: #9E9E9E. Windows color (decimal): -4354145 or 10457021. OLE color: 10457021.

HSL color Cylindrical-coordinate representation of color #BD8F9F: hue angle of 339.13º 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 #BD8F9F is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB189143159-
CMYK00.240.160.26
HSL339.13º25.84%65.1%-
HSV(B)339.13º24.34%74.12%-
XYZ37.0732.9737.21-
YUV158.58128.24149.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.49%
GREEN value IS 143 (56.25% from 255) = 29.12%
BLUE value IS 159 (62.5% from 255) = 32.38%
R=38.49%
G=29.12%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914315900.240.160.26339.1325.8465.1
HexBD8F9F018101A1531a41
Octal275217237030203252332101
Binary1011110110001111100111110110001000011010101010011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8F9F; }

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

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

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

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

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

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

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

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