#B097FF

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

Shades of Biloba Flower #B097FF

Tints of Biloba Flower #B097FF

Color information

#B097FF (or 0xB097FF) is unknown color: approx Biloba Flower. HEX triplet: B0, 97 and FF. RGB value is (176,151,255). Sum of RGB (Red+Green+Blue) = 176+151+255=582 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.24% from 582); Green value is 151 (59.38% from 255 or 25.95% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #B097FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B097FF is #4F6800. Grayscale: #A9A9A9. Windows color (decimal): -5203969 or 16750512. OLE color: 16750512.

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

Color convert

RGB176151255-
CMYK0.310.4100
HSL254.42º100%79.61%-
HSV(B)254.42º40.78%100%-
XYZ47.0238.5899.58-
YUV170.33175.78132.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.24%
GREEN value IS 151 (59.38% from 255) = 25.95%
BLUE value IS 255 (100% from 255) = 43.81%
R=30.24%
G=25.95%
B=43.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1761512550.310.4100254.4210079.61
HexB097FF1F2900fe6450
Octal260227377375100376144120
Binary10110000100101111111111111111101001001111111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B097FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B097FF; }

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

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

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

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

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

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

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

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