#BD8595

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

Shades of Viola #BD8595

Tints of Viola #BD8595

Color information

#BD8595 (or 0xBD8595) is unknown color: approx Viola. HEX triplet: BD, 85 and 95. RGB value is (189,133,149). Sum of RGB (Red+Green+Blue) = 189+133+149=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8595 is #427A6A. Grayscale: #979797. Windows color (decimal): -4356715 or 9799101. OLE color: 9799101.

HSL color Cylindrical-coordinate representation of color #BD8595: hue angle of 342.86º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD8595 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB189133149-
CMYK00.300.210.26
HSL342.86º29.79%63.14%-
HSV(B)342.86º29.63%74.12%-
XYZ34.829.7632.34-
YUV151.57126.55154.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.13%
GREEN value IS 133 (52.34% from 255) = 28.24%
BLUE value IS 149 (58.59% from 255) = 31.63%
R=40.13%
G=28.24%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913314900.300.210.26342.8629.7963.14
HexBD859501E151A1571e3f
Octal27520522503625325273677
Binary101111011000010110010101011110101011101010101011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8595; }

 p { color: rgb(189,133,149); }

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

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

 a { background-color: rgb(189,133,149); }

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

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

 span { border-color: rgb(189,133,149); }

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