Html Css Color HEX #B197D1 Biloba Flower

📋 copy color: '#B197D1'

red 177 ◦ green 151 ◦ blue 209

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

Shades of Biloba Flower #B197D1

Tints of Biloba Flower #B197D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.92%

R = 32.96%
G = 28.12%
B = 38.92%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B197D1 (or 0xB197D1) is known color: Biloba Flower. HEX triplet: B1, 97 and D1. RGB value is (177,151,209). Sum of RGB (Red+Green+Blue) = 177+151+209=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 151 (59.38% from 255 or 28.12% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 209 - color contains mainly: blue. Hex color #B197D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B197D1 is #4E682E. Grayscale: #A5A5A5. Windows color (decimal): -5138479 or 13735857. OLE color: 13735857.

HSL color Cylindrical-coordinate representation of color #B197D1: hue angle of 266.9º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B197D1 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 151 209 -
CMYK 0.15 0.28 0 0.18
HSL 266.9º 0.39% 0.71% -
HSV(B) 266.9º 0.28% 0.82% -
XYZ 40.71 36.08 65.14 -
YUV 165.39 152.61 136.28 -
System Red Green Blue C M Y K H S L
Decimal 177 151 209 0.15 0.28 0 0.18 266.9 0.39 0.71
Hex B1 97 D1 F 1C 0 12 10B 27 47
Octal 261 227 321 17 34 0 22 413 47 107
Binary 10110001 10010111 11010001 1111 11100 0 10010 100001011 100111 1000111

Color Harmonies of #B197D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B197D1

Black with #B197D1

Text Example


Text Example

White with #B197D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B197D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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