Html Css Color HEX #BB8499 Viola

📋 copy color: '#BB8499'

red 187 ◦ green 132 ◦ blue 153

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

Shades of Viola #BB8499

Tints of Viola #BB8499

RGB

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

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

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

R = 39.62%
G = 27.97%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB8499 (or 0xBB8499) is known color: Viola. HEX triplet: BB, 84 and 99. RGB value is (187,132,153). Sum of RGB (Red+Green+Blue) = 187+132+153=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8499 is #447B66. Grayscale: #969696. Windows color (decimal): -4488039 or 10060987. OLE color: 10060987.

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

Color convert

RGB 187 132 153 -
CMYK 0 0.29 0.18 0.27
HSL 337.09º 0.29% 0.63% -
HSV(B) 337.09º 0.29% 0.73% -
XYZ 34.49 29.37 33.99 -
YUV 150.84 129.22 153.79 -
System Red Green Blue C M Y K H S L
Decimal 187 132 153 0 0.29 0.18 0.27 337.09 0.29 0.63
Hex BB 84 99 0 1D 12 1B 151 1D 3F
Octal 273 204 231 0 35 22 33 521 35 77
Binary 10111011 10000100 10011001 0 11101 10010 11011 101010001 11101 111111

Color Harmonies of #BB8499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8499

Black with #BB8499

Text Example


Text Example

White with #BB8499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8499; }

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

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

background-color css

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

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

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

border-color css

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

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

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