Html Css Color HEX #BB8494 Viola

📋 copy color: '#BB8494'

red 187 ◦ green 132 ◦ blue 148

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

Shades of Viola #BB8494

Tints of Viola #BB8494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.69%

R = 40.04%
G = 28.27%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BB8494 (or 0xBB8494) is known color: Viola. HEX triplet: BB, 84 and 94. RGB value is (187,132,148). Sum of RGB (Red+Green+Blue) = 187+132+148=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8494 is #447B6B. Grayscale: #969696. Windows color (decimal): -4488044 or 9733307. OLE color: 9733307.

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

Color convert

RGB 187 132 148 -
CMYK 0 0.29 0.21 0.27
HSL 342.55º 0.29% 0.63% -
HSV(B) 342.55º 0.29% 0.73% -
XYZ 34.09 29.21 31.86 -
YUV 150.27 126.72 154.2 -
System Red Green Blue C M Y K H S L
Decimal 187 132 148 0 0.29 0.21 0.27 342.55 0.29 0.63
Hex BB 84 94 0 1D 15 1B 157 1D 3F
Octal 273 204 224 0 35 25 33 527 35 77
Binary 10111011 10000100 10010100 0 11101 10101 11011 101010111 11101 111111

Color Harmonies of #BB8494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8494

Black with #BB8494

Text Example


Text Example

White with #BB8494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8494; }

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

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

background-color css

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

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

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

border-color css

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

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

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