#B097F5

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

Shades of Biloba Flower #B097F5

Tints of Biloba Flower #B097F5

Color information

#B097F5 (or 0xB097F5) is unknown color: approx Biloba Flower. HEX triplet: B0, 97 and F5. RGB value is (176,151,245). Sum of RGB (Red+Green+Blue) = 176+151+245=572 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.77% from 572); Green value is 151 (59.38% from 255 or 26.40% from 572); Blue value is 245 (96.09% from 255 or 42.83% from 572); Max value from RGB is 245 - color contains mainly: blue. Hex color #B097F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B097F5 is #4F680A. Grayscale: #A8A8A8. Windows color (decimal): -5203979 or 16095152. OLE color: 16095152.

HSL color Cylindrical-coordinate representation of color #B097F5: hue angle of 255.96º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B097F5 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB176151245-
CMYK0.280.3800.04
HSL255.96º82.46%77.65%-
HSV(B)255.96º38.37%96.08%-
XYZ45.4537.9691.32-
YUV169.19170.78132.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.77%
GREEN value IS 151 (59.38% from 255) = 26.40%
BLUE value IS 245 (96.09% from 255) = 42.83%
R=30.77%
G=26.40%
B=42.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1761512450.280.3800.04255.9682.4677.65
HexB097F51C2604100524e
Octal260227365344604400122116
Binary10110000100101111111010111100100110010010000000010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B097F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B097F5; }

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

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

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

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

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

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

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

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