Html Css Color HEX #BF829F Viola

📋 copy color: '#BF829F'

red 191 ◦ green 130 ◦ blue 159

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

Shades of Viola #BF829F

Tints of Viola #BF829F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.13%

R = 39.79%
G = 27.08%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BF829F (or 0xBF829F) is known color: Viola. HEX triplet: BF, 82 and 9F. RGB value is (191,130,159). Sum of RGB (Red+Green+Blue) = 191+130+159=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 159 (62.5% from 255 or 33.12% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BF829F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF829F is #407D60. Grayscale: #979797. Windows color (decimal): -4226401 or 10453695. OLE color: 10453695.

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

Color convert

RGB 191 130 159 -
CMYK 0 0.32 0.17 0.25
HSL 331.48º 0.32% 0.63% -
HSV(B) 331.48º 0.32% 0.75% -
XYZ 35.73 29.54 36.62 -
YUV 151.55 132.21 156.14 -
System Red Green Blue C M Y K H S L
Decimal 191 130 159 0 0.32 0.17 0.25 331.48 0.32 0.63
Hex BF 82 9F 0 20 11 19 14B 20 3F
Octal 277 202 237 0 40 21 31 513 40 77
Binary 10111111 10000010 10011111 0 100000 10001 11001 101001011 100000 111111

Color Harmonies of #BF829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF829F

Black with #BF829F

Text Example


Text Example

White with #BF829F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF829F; }

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

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

background-color css

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

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

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

border-color css

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

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

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