#B097FE

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

Shades of Biloba Flower #B097FE

Tints of Biloba Flower #B097FE

Color information

#B097FE (or 0xB097FE) is unknown color: approx Biloba Flower. HEX triplet: B0, 97 and FE. RGB value is (176,151,254). Sum of RGB (Red+Green+Blue) = 176+151+254=581 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.29% from 581); Green value is 151 (59.38% from 255 or 25.99% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #B097FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B097FE is #4F6801. Grayscale: #A9A9A9. Windows color (decimal): -5203970 or 16684976. OLE color: 16684976.

HSL color Cylindrical-coordinate representation of color #B097FE: hue angle of 254.56º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B097FE is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB176151254-
CMYK0.310.4100.00
HSL254.56º98.1%79.41%-
HSV(B)254.56º40.55%99.61%-
XYZ46.8638.5298.73-
YUV170.22175.28132.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.29%
GREEN value IS 151 (59.38% from 255) = 25.99%
BLUE value IS 254 (99.61% from 255) = 43.72%
R=30.29%
G=25.99%
B=43.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1761512540.310.4100.00254.5698.179.41
HexB097FE1F2900ff624f
Octal260227376375100377142117
Binary10110000100101111111111011111101001001111111111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B097FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B097FE; }

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

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

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

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

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

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

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

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