Html Css Color HEX #B197DA Biloba Flower

📋 copy color: '#B197DA'

red 177 ◦ green 151 ◦ blue 218

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

Shades of Biloba Flower #B197DA

Tints of Biloba Flower #B197DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.93%

R = 32.42%
G = 27.66%
B = 39.93%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B197DA (or 0xB197DA) is known color: Biloba Flower. HEX triplet: B1, 97 and DA. RGB value is (177,151,218). Sum of RGB (Red+Green+Blue) = 177+151+218=546 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.42% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #B197DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B197DA is #4E6825. Grayscale: #A6A6A6. Windows color (decimal): -5138470 or 14325681. OLE color: 14325681.

HSL color Cylindrical-coordinate representation of color #B197DA: hue angle of 263.28º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B197DA is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 151 218 -
CMYK 0.19 0.31 0 0.15
HSL 263.28º 0.48% 0.72% -
HSV(B) 263.28º 0.31% 0.85% -
XYZ 41.85 36.54 71.18 -
YUV 166.41 157.11 135.55 -
System Red Green Blue C M Y K H S L
Decimal 177 151 218 0.19 0.31 0 0.15 263.28 0.48 0.72
Hex B1 97 DA 13 1F 0 F 107 30 48
Octal 261 227 332 23 37 0 17 407 60 110
Binary 10110001 10010111 11011010 10011 11111 0 1111 100000111 110000 1001000

Color Harmonies of #B197DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B197DA

Black with #B197DA

Text Example


Text Example

White with #B197DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B197DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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