Html Css Color HEX #BB849D Viola

📋 copy color: '#BB849D'

red 187 ◦ green 132 ◦ blue 157

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

Shades of Viola #BB849D

Tints of Viola #BB849D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.73%

 BLUE value IS 157 (61.72% from 255) = 32.98%

R = 39.29%
G = 27.73%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB849D (or 0xBB849D) is known color: Viola. HEX triplet: BB, 84 and 9D. RGB value is (187,132,157). Sum of RGB (Red+Green+Blue) = 187+132+157=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 187 - color contains mainly: red. Hex color #BB849D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB849D is #447B62. Grayscale: #979797. Windows color (decimal): -4488035 or 10323131. OLE color: 10323131.

HSL color Cylindrical-coordinate representation of color #BB849D: hue angle of 332.73º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB849D is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 132 157 -
CMYK 0 0.29 0.16 0.27
HSL 332.73º 0.29% 0.63% -
HSV(B) 332.73º 0.29% 0.73% -
XYZ 34.83 29.5 35.76 -
YUV 151.3 131.22 153.47 -
System Red Green Blue C M Y K H S L
Decimal 187 132 157 0 0.29 0.16 0.27 332.73 0.29 0.63
Hex BB 84 9D 0 1D 10 1B 14D 1D 3F
Octal 273 204 235 0 35 20 33 515 35 77
Binary 10111011 10000100 10011101 0 11101 10000 11011 101001101 11101 111111

Color Harmonies of #BB849D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB849D

Black with #BB849D

Text Example


Text Example

White with #BB849D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB849D; }

 p { color: rgb(187,132,157); }

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

background-color css

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

 a { background-color: rgb(187,132,157); }

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

border-color css

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

 span { border-color: rgb(187,132,157); }

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