#B097F1

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

Shades of Biloba Flower #B097F1

Tints of Biloba Flower #B097F1

Color information

#B097F1 (or 0xB097F1) is unknown color: approx Biloba Flower. HEX triplet: B0, 97 and F1. RGB value is (176,151,241). Sum of RGB (Red+Green+Blue) = 176+151+241=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 151 (59.38% from 255 or 26.58% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 241 - color contains mainly: blue. Hex color #B097F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B097F1 is #4F680E. Grayscale: #A8A8A8. Windows color (decimal): -5203983 or 15833008. OLE color: 15833008.

HSL color Cylindrical-coordinate representation of color #B097F1: hue angle of 256.67º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B097F1 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB176151241-
CMYK0.270.3700.05
HSL256.67º76.27%76.86%-
HSV(B)256.67º37.34%94.51%-
XYZ44.8537.7188.13-
YUV168.74168.78133.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.99%
GREEN value IS 151 (59.38% from 255) = 26.58%
BLUE value IS 241 (94.53% from 255) = 42.43%
R=30.99%
G=26.58%
B=42.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1761512410.270.3700.05256.6776.2776.86
HexB097F11B25051014c4d
Octal260227361334505401114115
Binary10110000100101111111000111011100101010110000000110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B097F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B097F1; }

 p { color: rgb(176,151,241); }

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

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

 a { background-color: rgb(176,151,241); }

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

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

 span { border-color: rgb(176,151,241); }

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