#B197DD

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

Shades of Biloba Flower #B197DD

Tints of Biloba Flower #B197DD

Color information

#B197DD (or 0xB197DD) is unknown color: approx Biloba Flower. HEX triplet: B1, 97 and DD. RGB value is (177,151,221). Sum of RGB (Red+Green+Blue) = 177+151+221=549 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.24% from 549); Green value is 151 (59.38% from 255 or 27.50% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #B197DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B197DD is #4E6822. Grayscale: #A6A6A6. Windows color (decimal): -5138467 or 14522289. OLE color: 14522289.

HSL color Cylindrical-coordinate representation of color #B197DD: hue angle of 262.29º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B197DD is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177151221-
CMYK0.200.3200.13
HSL262.29º50.72%72.94%-
HSV(B)262.29º31.67%86.67%-
XYZ42.2536.773.26-
YUV166.75158.61135.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.24%
GREEN value IS 151 (59.38% from 255) = 27.50%
BLUE value IS 221 (86.72% from 255) = 40.26%
R=32.24%
G=27.50%
B=40.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771512210.200.3200.13262.2950.7272.94
HexB197DD14200D1063349
Octal261227335244001540663111
Binary10110001100101111101110110100100000011011000001101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B197DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B197DD; }

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

 H1.HeaderClassName
 {
   color: #B197DD;
 }
 .AnyTagClassName
 {
   color: #B197DD;
 }
</style>
background-color css

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

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

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

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

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

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