#BD8F9A

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

Shades of Viola #BD8F9A

Tints of Viola #BD8F9A

Color information

#BD8F9A (or 0xBD8F9A) is unknown color: approx Viola. HEX triplet: BD, 8F and 9A. RGB value is (189,143,154). Sum of RGB (Red+Green+Blue) = 189+143+154=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8F9A is #427065. Grayscale: #9E9E9E. Windows color (decimal): -4354150 or 10129341. OLE color: 10129341.

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

Color convert

RGB189143154-
CMYK00.240.190.26
HSL345.65º25.84%65.1%-
HSV(B)345.65º24.34%74.12%-
XYZ36.6432.834.97-
YUV158.01125.74150.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.89%
GREEN value IS 143 (56.25% from 255) = 29.42%
BLUE value IS 154 (60.55% from 255) = 31.69%
R=38.89%
G=29.42%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914315400.240.190.26345.6525.8465.1
HexBD8F9A018131A15a1a41
Octal275217232030233253232101
Binary1011110110001111100110100110001001111010101011010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8F9A; }

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

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

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

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

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

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

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

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