Html Css Color HEX #BB859B Viola

📋 copy color: '#BB859B'

red 187 ◦ green 133 ◦ blue 155

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

Shades of Viola #BB859B

Tints of Viola #BB859B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28%

 BLUE value IS 155 (60.94% from 255) = 32.63%

R = 39.37%
G = 28%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB859B (or 0xBB859B) is known color: Viola. HEX triplet: BB, 85 and 9B. RGB value is (187,133,155). Sum of RGB (Red+Green+Blue) = 187+133+155=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BB859B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB859B is #447A64. Grayscale: #979797. Windows color (decimal): -4487781 or 10192315. OLE color: 10192315.

HSL color Cylindrical-coordinate representation of color #BB859B: hue angle of 335.56º degrees, saturation: 0.28, 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 #BB859B is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 133 155 -
CMYK 0 0.29 0.17 0.27
HSL 335.56º 0.28% 0.63% -
HSV(B) 335.56º 0.29% 0.73% -
XYZ 34.8 29.71 34.91 -
YUV 151.65 129.89 153.21 -
System Red Green Blue C M Y K H S L
Decimal 187 133 155 0 0.29 0.17 0.27 335.56 0.28 0.63
Hex BB 85 9B 0 1D 11 1B 150 1C 3F
Octal 273 205 233 0 35 21 33 520 34 77
Binary 10111011 10000101 10011011 0 11101 10001 11011 101010000 11100 111111

Color Harmonies of #BB859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB859B

Black with #BB859B

Text Example


Text Example

White with #BB859B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB859B; }

 p { color: rgb(187,133,155); }

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

background-color css

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

 a { background-color: rgb(187,133,155); }

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

border-color css

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

 span { border-color: rgb(187,133,155); }

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