Html Css Color HEX #BB7E99 Viola

📋 copy color: '#BB7E99'

red 187 ◦ green 126 ◦ blue 153

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

Shades of Viola #BB7E99

Tints of Viola #BB7E99

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.04%

 BLUE value IS 153 (60.16% from 255) = 32.83%

R = 40.13%
G = 27.04%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB7E99 (or 0xBB7E99) is known color: Viola. HEX triplet: BB, 7E and 99. RGB value is (187,126,153). Sum of RGB (Red+Green+Blue) = 187+126+153=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7E99 is #448166. Grayscale: #939393. Windows color (decimal): -4489575 or 10059451. OLE color: 10059451.

HSL color Cylindrical-coordinate representation of color #BB7E99: hue angle of 333.44º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB7E99 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 126 153 -
CMYK 0 0.33 0.18 0.27
HSL 333.44º 0.31% 0.61% -
HSV(B) 333.44º 0.33% 0.73% -
XYZ 33.7 27.79 33.72 -
YUV 147.32 131.21 156.3 -
System Red Green Blue C M Y K H S L
Decimal 187 126 153 0 0.33 0.18 0.27 333.44 0.31 0.61
Hex BB 7E 99 0 21 12 1B 14D 1F 3D
Octal 273 176 231 0 41 22 33 515 37 75
Binary 10111011 1111110 10011001 0 100001 10010 11011 101001101 11111 111101

Color Harmonies of #BB7E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7E99

Black with #BB7E99

Text Example


Text Example

White with #BB7E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7E99; }

 p { color: rgb(187,126,153); }

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

background-color css

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

 a { background-color: rgb(187,126,153); }

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

border-color css

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

 span { border-color: rgb(187,126,153); }

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