#B197D1

Color #B197D1 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B197D1

Tints of Biloba Flower #B197D1

Color information

#B197D1 (or 0xB197D1) is unknown color: approx 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

RGB177151209-
CMYK0.150.2800.18
HSL266.9º38.67%70.59%-
HSV(B)266.9º27.75%81.96%-
XYZ40.7136.0865.14-
YUV165.39152.61136.28-

RGB Variations

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

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 (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1771512090.150.2800.18266.938.6770.59
HexB197D1F1C01210b2747
Octal261227321173402241347107
Binary1011000110010111110100011111111000100101000010111001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B197D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>