Html Css Color HEX #B197DB Biloba Flower

📋 copy color: '#B197DB'

red 177 ◦ green 151 ◦ blue 219

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

Shades of Biloba Flower #B197DB

Tints of Biloba Flower #B197DB

RGB

 RED value IS 177 (69.53% from 255) = 32.36%

 GREEN value IS 151 (59.38% from 255) = 27.61%

 BLUE value IS 219 (85.94% from 255) = 40.04%

R = 32.36%
G = 27.61%
B = 40.04%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B197DB (or 0xB197DB) is known color: Biloba Flower. HEX triplet: B1, 97 and DB. RGB value is (177,151,219). Sum of RGB (Red+Green+Blue) = 177+151+219=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 151 (59.38% from 255 or 27.61% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #B197DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B197DB is #4E6824. Grayscale: #A6A6A6. Windows color (decimal): -5138469 or 14391217. OLE color: 14391217.

HSL color Cylindrical-coordinate representation of color #B197DB: hue angle of 262.94º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B197DB is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 151 219 -
CMYK 0.19 0.31 0 0.14
HSL 262.94º 0.49% 0.73% -
HSV(B) 262.94º 0.31% 0.86% -
XYZ 41.98 36.59 71.87 -
YUV 166.53 157.61 135.47 -
System Red Green Blue C M Y K H S L
Decimal 177 151 219 0.19 0.31 0 0.14 262.94 0.49 0.73
Hex B1 97 DB 13 1F 0 E 107 31 49
Octal 261 227 333 23 37 0 16 407 61 111
Binary 10110001 10010111 11011011 10011 11111 0 1110 100000111 110001 1001001

Color Harmonies of #B197DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B197DB

Black with #B197DB

Text Example


Text Example

White with #B197DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B197DB; }

 p { color: rgb(177,151,219); }

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

background-color css

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

 a { background-color: rgb(177,151,219); }

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

border-color css

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

 span { border-color: rgb(177,151,219); }

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