Html Css Color HEX #BB829A Viola

📋 copy color: '#BB829A'

red 187 ◦ green 130 ◦ blue 154

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

Shades of Viola #BB829A

Tints of Viola #BB829A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.7%

R = 39.7%
G = 27.6%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB829A (or 0xBB829A) is known color: Viola. HEX triplet: BB, 82 and 9A. RGB value is (187,130,154). Sum of RGB (Red+Green+Blue) = 187+130+154=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BB829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB829A is #447D65. Grayscale: #959595. Windows color (decimal): -4488550 or 10126011. OLE color: 10126011.

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

Color convert

RGB 187 130 154 -
CMYK 0 0.30 0.18 0.27
HSL 334.74º 0.3% 0.62% -
HSV(B) 334.74º 0.3% 0.73% -
XYZ 34.31 28.86 34.33 -
YUV 149.78 130.38 154.55 -
System Red Green Blue C M Y K H S L
Decimal 187 130 154 0 0.30 0.18 0.27 334.74 0.3 0.62
Hex BB 82 9A 0 1E 12 1B 14F 1E 3E
Octal 273 202 232 0 36 22 33 517 36 76
Binary 10111011 10000010 10011010 0 11110 10010 11011 101001111 11110 111110

Color Harmonies of #BB829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB829A

Black with #BB829A

Text Example


Text Example

White with #BB829A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB829A; }

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

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

background-color css

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

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

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

border-color css

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

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

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