Html Css Color HEX #BB7F99 Viola

📋 copy color: '#BB7F99'

red 187 ◦ green 127 ◦ blue 153

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

Shades of Viola #BB7F99

Tints of Viola #BB7F99

RGB

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

 GREEN value IS 127 (50% from 255) = 27.19%

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

R = 40.04%
G = 27.19%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB7F99 (or 0xBB7F99) is known color: Viola. HEX triplet: BB, 7F and 99. RGB value is (187,127,153). Sum of RGB (Red+Green+Blue) = 187+127+153=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7F99 is #448066. Grayscale: #939393. Windows color (decimal): -4489319 or 10059707. OLE color: 10059707.

HSL color Cylindrical-coordinate representation of color #BB7F99: hue angle of 334º degrees, saturation: 0.31, 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 #BB7F99 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 127 153 -
CMYK 0 0.32 0.18 0.27
HSL 334º 0.31% 0.62% -
HSV(B) 334º 0.32% 0.73% -
XYZ 33.83 28.04 33.77 -
YUV 147.9 130.88 155.89 -
System Red Green Blue C M Y K H S L
Decimal 187 127 153 0 0.32 0.18 0.27 334 0.31 0.62
Hex BB 7F 99 0 20 12 1B 14E 1F 3E
Octal 273 177 231 0 40 22 33 516 37 76
Binary 10111011 1111111 10011001 0 100000 10010 11011 101001110 11111 111110

Color Harmonies of #BB7F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7F99

Black with #BB7F99

Text Example


Text Example

White with #BB7F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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