#BD8D94

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

Shades of Viola #BD8D94

Tints of Viola #BD8D94

Color information

#BD8D94 (or 0xBD8D94) is unknown color: approx Viola. HEX triplet: BD, 8D and 94. RGB value is (189,141,148). Sum of RGB (Red+Green+Blue) = 189+141+148=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8D94 is #42726B. Grayscale: #9C9C9C. Windows color (decimal): -4354668 or 9735613. OLE color: 9735613.

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

Color convert

RGB189141148-
CMYK00.250.220.26
HSL351.25º26.67%64.71%-
HSV(B)351.25º25.4%74.12%-
XYZ35.8632.0132.31-
YUV156.15123.4151.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.54%
GREEN value IS 141 (55.47% from 255) = 29.50%
BLUE value IS 148 (58.20% from 255) = 30.96%
R=39.54%
G=29.50%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914114800.250.220.26351.2526.6764.71
HexBD8D94019161A15f1b41
Octal275215224031263253733101
Binary1011110110001101100101000110011011011010101011111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8D94; }

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

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

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

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

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

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

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

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