#BD8693

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

Shades of Viola #BD8693

Tints of Viola #BD8693

Color information

#BD8693 (or 0xBD8693) is unknown color: approx Viola. HEX triplet: BD, 86 and 93. RGB value is (189,134,147). Sum of RGB (Red+Green+Blue) = 189+134+147=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 147 (57.81% from 255 or 31.28% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8693 is #42796C. Grayscale: #979797. Windows color (decimal): -4356461 or 9668285. OLE color: 9668285.

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

Color convert

RGB189134147-
CMYK00.290.220.26
HSL345.82º29.41%63.33%-
HSV(B)345.82º29.1%74.12%-
XYZ34.7829.9831.56-
YUV151.93125.22154.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.21%
GREEN value IS 134 (52.73% from 255) = 28.51%
BLUE value IS 147 (57.81% from 255) = 31.28%
R=40.21%
G=28.51%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913414700.290.220.26345.8229.4163.33
HexBD869301D161A15a1d3f
Octal27520622303526325323577
Binary101111011000011010010011011101101101101010101101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8693; }

 p { color: rgb(189,134,147); }

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

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

 a { background-color: rgb(189,134,147); }

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

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

 span { border-color: rgb(189,134,147); }

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