#BC8793

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

Shades of Viola #BC8793

Tints of Viola #BC8793

Color information

#BC8793 (or 0xBC8793) is unknown color: approx Viola. HEX triplet: BC, 87 and 93. RGB value is (188,135,147). Sum of RGB (Red+Green+Blue) = 188+135+147=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 147 (57.81% from 255 or 31.28% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8793 is #43786C. Grayscale: #989898. Windows color (decimal): -4421741 or 9668540. OLE color: 9668540.

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

Color convert

RGB188135147-
CMYK00.280.220.26
HSL346.42º28.34%63.33%-
HSV(B)346.42º28.19%73.73%-
XYZ34.6730.1331.59-
YUV152.22125.06153.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40%
GREEN value IS 135 (53.12% from 255) = 28.72%
BLUE value IS 147 (57.81% from 255) = 31.28%
R=40%
G=28.72%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813514700.280.220.26346.4228.3463.33
HexBC879301C161A15a1c3f
Octal27420722303426325323477
Binary101111001000011110010011011100101101101010101101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8793; }

 p { color: rgb(188,135,147); }

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

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

 a { background-color: rgb(188,135,147); }

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

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

 span { border-color: rgb(188,135,147); }

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