Html Css Color HEX #BF829C Viola

📋 copy color: '#BF829C'

red 191 ◦ green 130 ◦ blue 156

#BF829C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viola #BF829C

Tints of Viola #BF829C

RGB

 RED value IS 191 (75% from 255) = 40.04%

 GREEN value IS 130 (51.17% from 255) = 27.25%

 BLUE value IS 156 (61.33% from 255) = 32.7%

R = 40.04%
G = 27.25%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF829C (or 0xBF829C) is known color: Viola. HEX triplet: BF, 82 and 9C. RGB value is (191,130,156). Sum of RGB (Red+Green+Blue) = 191+130+156=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BF829C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF829C is #407D63. Grayscale: #979797. Windows color (decimal): -4226404 or 10257087. OLE color: 10257087.

HSL color Cylindrical-coordinate representation of color #BF829C: hue angle of 334.43º 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 #BF829C is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 130 156 -
CMYK 0 0.32 0.18 0.25
HSL 334.43º 0.32% 0.63% -
HSV(B) 334.43º 0.32% 0.75% -
XYZ 35.47 29.44 35.27 -
YUV 151.2 130.71 156.39 -
System Red Green Blue C M Y K H S L
Decimal 191 130 156 0 0.32 0.18 0.25 334.43 0.32 0.63
Hex BF 82 9C 0 20 12 19 14E 20 3F
Octal 277 202 234 0 40 22 31 516 40 77
Binary 10111111 10000010 10011100 0 100000 10010 11001 101001110 100000 111111

Color Harmonies of #BF829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF829C

Black with #BF829C

Text Example


Text Example

White with #BF829C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF829C; }

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

 H1.HeaderClassName
 {
   color: #BF829C;
 }
 .AnyTagClassName
 {
   color: #BF829C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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