Html Css Color HEX #BB949F Viola

📋 copy color: '#BB949F'

red 187 ◦ green 148 ◦ blue 159

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

Shades of Viola #BB949F

Tints of Viola #BB949F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.96%

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

R = 37.85%
G = 29.96%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BB949F (or 0xBB949F) is known color: Viola. HEX triplet: BB, 94 and 9F. RGB value is (187,148,159). Sum of RGB (Red+Green+Blue) = 187+148+159=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BB949F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB949F is #446B60. Grayscale: #A0A0A0. Windows color (decimal): -4483937 or 10458299. OLE color: 10458299.

HSL color Cylindrical-coordinate representation of color #BB949F: hue angle of 343.08º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BB949F is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 148 159 -
CMYK 0 0.21 0.15 0.27
HSL 343.08º 0.22% 0.66% -
HSV(B) 343.08º 0.21% 0.73% -
XYZ 37.34 34.25 37.44 -
YUV 160.92 126.92 146.61 -
System Red Green Blue C M Y K H S L
Decimal 187 148 159 0 0.21 0.15 0.27 343.08 0.22 0.66
Hex BB 94 9F 0 15 F 1B 157 16 42
Octal 273 224 237 0 25 17 33 527 26 102
Binary 10111011 10010100 10011111 0 10101 1111 11011 101010111 10110 1000010

Color Harmonies of #BB949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB949F

Black with #BB949F

Text Example


Text Example

White with #BB949F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB949F; }

 p { color: rgb(187,148,159); }

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

background-color css

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

 a { background-color: rgb(187,148,159); }

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

border-color css

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

 span { border-color: rgb(187,148,159); }

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