Html Css Color HEX #BB809B Viola

📋 copy color: '#BB809B'

red 187 ◦ green 128 ◦ blue 155

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

Shades of Viola #BB809B

Tints of Viola #BB809B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.23%

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

R = 39.79%
G = 27.23%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB809B (or 0xBB809B) is known color: Viola. HEX triplet: BB, 80 and 9B. RGB value is (187,128,155). Sum of RGB (Red+Green+Blue) = 187+128+155=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BB809B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB809B is #447F64. Grayscale: #949494. Windows color (decimal): -4489061 or 10191035. OLE color: 10191035.

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

Color convert

RGB 187 128 155 -
CMYK 0 0.32 0.17 0.27
HSL 332.54º 0.3% 0.62% -
HSV(B) 332.54º 0.32% 0.73% -
XYZ 34.13 28.37 34.69 -
YUV 148.72 131.55 155.3 -
System Red Green Blue C M Y K H S L
Decimal 187 128 155 0 0.32 0.17 0.27 332.54 0.3 0.62
Hex BB 80 9B 0 20 11 1B 14D 1E 3E
Octal 273 200 233 0 40 21 33 515 36 76
Binary 10111011 10000000 10011011 0 100000 10001 11011 101001101 11110 111110

Color Harmonies of #BB809B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB809B

Black with #BB809B

Text Example


Text Example

White with #BB809B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB809B; }

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

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

background-color css

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

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

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

border-color css

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

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

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