Html Css Color HEX #B197D8 Biloba Flower

📋 copy color: '#B197D8'

red 177 ◦ green 151 ◦ blue 216

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

Shades of Biloba Flower #B197D8

Tints of Biloba Flower #B197D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.71%

R = 32.54%
G = 27.76%
B = 39.71%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B197D8 (or 0xB197D8) is known color: Biloba Flower. HEX triplet: B1, 97 and D8. RGB value is (177,151,216). Sum of RGB (Red+Green+Blue) = 177+151+216=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 151 (59.38% from 255 or 27.76% from 544); Blue value is 216 (84.77% from 255 or 39.71% from 544); Max value from RGB is 216 - color contains mainly: blue. Hex color #B197D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B197D8 is #4E6827. Grayscale: #A5A5A5. Windows color (decimal): -5138472 or 14194609. OLE color: 14194609.

HSL color Cylindrical-coordinate representation of color #B197D8: hue angle of 264º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B197D8 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 151 216 -
CMYK 0.18 0.30 0 0.15
HSL 264º 0.45% 0.72% -
HSV(B) 264º 0.3% 0.85% -
XYZ 41.59 36.44 69.81 -
YUV 166.18 156.11 135.71 -
System Red Green Blue C M Y K H S L
Decimal 177 151 216 0.18 0.30 0 0.15 264 0.45 0.72
Hex B1 97 D8 12 1E 0 F 108 2D 48
Octal 261 227 330 22 36 0 17 410 55 110
Binary 10110001 10010111 11011000 10010 11110 0 1111 100001000 101101 1001000

Color Harmonies of #B197D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B197D8

Black with #B197D8

Text Example


Text Example

White with #B197D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B197D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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