Html Css Color HEX #BB829C Viola

📋 copy color: '#BB829C'

red 187 ◦ green 130 ◦ blue 156

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

Shades of Viola #BB829C

Tints of Viola #BB829C

RGB

 RED value IS 187 (73.44% from 255) = 39.53%

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

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

R = 39.53%
G = 27.48%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB829C (or 0xBB829C) is known color: Viola. HEX triplet: BB, 82 and 9C. RGB value is (187,130,156). Sum of RGB (Red+Green+Blue) = 187+130+156=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BB829C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB829C is #447D63. Grayscale: #959595. Windows color (decimal): -4488548 or 10257083. OLE color: 10257083.

HSL color Cylindrical-coordinate representation of color #BB829C: hue angle of 332.63º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB829C is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 130 156 -
CMYK 0 0.30 0.17 0.27
HSL 332.63º 0.3% 0.62% -
HSV(B) 332.63º 0.3% 0.73% -
XYZ 34.48 28.93 35.22 -
YUV 150.01 131.38 154.39 -
System Red Green Blue C M Y K H S L
Decimal 187 130 156 0 0.30 0.17 0.27 332.63 0.3 0.62
Hex BB 82 9C 0 1E 11 1B 14D 1E 3E
Octal 273 202 234 0 36 21 33 515 36 76
Binary 10111011 10000010 10011100 0 11110 10001 11011 101001101 11110 111110

Color Harmonies of #BB829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB829C

Black with #BB829C

Text Example


Text Example

White with #BB829C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB829C; }

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

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

background-color css

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

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

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

border-color css

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

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

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