#BF829A

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

Shades of Viola #BF829A

Tints of Viola #BF829A

Color information

#BF829A (or 0xBF829A) is unknown color: approx Viola. HEX triplet: BF, 82 and 9A. RGB value is (191,130,154). Sum of RGB (Red+Green+Blue) = 191+130+154=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BF829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF829A is #407D65. Grayscale: #969696. Windows color (decimal): -4226406 or 10126015. OLE color: 10126015.

HSL color Cylindrical-coordinate representation of color #BF829A: hue angle of 336.39º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF829A is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB191130154-
CMYK00.320.190.25
HSL336.39º32.28%62.94%-
HSV(B)336.39º31.94%74.9%-
XYZ35.329.3734.38-
YUV150.98129.71156.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.21%
GREEN value IS 130 (51.17% from 255) = 27.37%
BLUE value IS 154 (60.55% from 255) = 32.42%
R=40.21%
G=27.37%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113015400.320.190.25336.3932.2862.94
HexBF829A0201319150203f
Octal27720223204023315204077
Binary10111111100000101001101001000001001111001101010000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF829A; }

 p { color: rgb(191,130,154); }

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

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

 a { background-color: rgb(191,130,154); }

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

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

 span { border-color: rgb(191,130,154); }

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