#B97FF5

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

Shades of Biloba Flower #B97FF5

Tints of Biloba Flower #B97FF5

Color information

#B97FF5 (or 0xB97FF5) is unknown color: approx Biloba Flower. HEX triplet: B9, 7F and F5. RGB value is (185,127,245). Sum of RGB (Red+Green+Blue) = 185+127+245=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 245 (96.09% from 255 or 43.99% from 557); Max value from RGB is 245 - color contains mainly: blue. Hex color #B97FF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B97FF5 is #46800A. Grayscale: #9D9D9D. Windows color (decimal): -4620299 or 16089017. OLE color: 16089017.

HSL color Cylindrical-coordinate representation of color #B97FF5: hue angle of 269.49º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B97FF5 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB185127245-
CMYK0.240.4800.04
HSL269.49º85.51%72.94%-
HSV(B)269.49º48.16%96.08%-
XYZ44.0832.0990.26-
YUV157.79177.22147.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.21%
GREEN value IS 127 (50% from 255) = 22.80%
BLUE value IS 245 (96.09% from 255) = 43.99%
R=33.21%
G=22.80%
B=43.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1851272450.240.4800.04269.4985.5172.94
HexB97FF518300410d5649
Octal271177365306004415126111
Binary1011100111111111111010111000110000010010000110110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97FF5; }

 p { color: rgb(185,127,245); }

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

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

 a { background-color: rgb(185,127,245); }

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

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

 span { border-color: rgb(185,127,245); }

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