#BC829D

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

Shades of Viola #BC829D

Tints of Viola #BC829D

Color information

#BC829D (or 0xBC829D) is unknown color: approx Viola. HEX triplet: BC, 82 and 9D. RGB value is (188,130,157). Sum of RGB (Red+Green+Blue) = 188+130+157=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC829D is #437D62. Grayscale: #969696. Windows color (decimal): -4423011 or 10322620. OLE color: 10322620.

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

Color convert

RGB188130157-
CMYK00.310.160.26
HSL332.07º30.21%62.35%-
HSV(B)332.07º30.85%73.73%-
XYZ34.8129.0935.68-
YUV150.42131.72154.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 130 (51.17% from 255) = 27.37%
BLUE value IS 157 (61.72% from 255) = 33.05%
R=39.58%
G=27.37%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813015700.310.160.26332.0730.2162.35
HexBC829D01F101A14c1e3e
Octal27420223503720325143676
Binary101111001000001010011101011111100001101010100110011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC829D; }

 p { color: rgb(188,130,157); }

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

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

 a { background-color: rgb(188,130,157); }

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

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

 span { border-color: rgb(188,130,157); }

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