#B997DF

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

Shades of Biloba Flower #B997DF

Tints of Biloba Flower #B997DF

Color information

#B997DF (or 0xB997DF) is unknown color: approx Biloba Flower. HEX triplet: B9, 97 and DF. RGB value is (185,151,223). Sum of RGB (Red+Green+Blue) = 185+151+223=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 151 (59.38% from 255 or 27.01% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #B997DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B997DF is #466820. Grayscale: #A9A9A9. Windows color (decimal): -4614177 or 14653369. OLE color: 14653369.

HSL color Cylindrical-coordinate representation of color #B997DF: hue angle of 268.33º degrees, saturation: 0.53, 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 #B997DF is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB185151223-
CMYK0.170.3200.13
HSL268.33º52.94%73.33%-
HSV(B)268.33º32.29%87.45%-
XYZ44.3937.7874.76-
YUV169.37158.26139.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.09%
GREEN value IS 151 (59.38% from 255) = 27.01%
BLUE value IS 223 (87.5% from 255) = 39.89%
R=33.09%
G=27.01%
B=39.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851512230.170.3200.13268.3352.9473.33
HexB997DF11200D10c3549
Octal271227337214001541465111
Binary10111001100101111101111110001100000011011000011001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B997DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B997DF; }

 p { color: rgb(185,151,223); }

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

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

 a { background-color: rgb(185,151,223); }

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

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

 span { border-color: rgb(185,151,223); }

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