#B97CF0

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

Shades of Biloba Flower #B97CF0

Tints of Biloba Flower #B97CF0

Color information

#B97CF0 (or 0xB97CF0) is unknown color: approx Biloba Flower. HEX triplet: B9, 7C and F0. RGB value is (185,124,240). Sum of RGB (Red+Green+Blue) = 185+124+240=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 124 (48.83% from 255 or 22.59% from 549); Blue value is 240 (94.14% from 255 or 43.72% from 549); Max value from RGB is 240 - color contains mainly: blue. Hex color #B97CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B97CF0 is #46830F. Grayscale: #9B9B9B. Windows color (decimal): -4621072 or 15760569. OLE color: 15760569.

HSL color Cylindrical-coordinate representation of color #B97CF0: hue angle of 271.55º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B97CF0 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB185124240-
CMYK0.230.4800.06
HSL271.55º79.45%71.37%-
HSV(B)271.55º48.33%94.12%-
XYZ42.9431.0286.16-
YUV155.46175.71149.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.70%
GREEN value IS 124 (48.83% from 255) = 22.59%
BLUE value IS 240 (94.14% from 255) = 43.72%
R=33.70%
G=22.59%
B=43.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1851242400.230.4800.06271.5579.4571.37
HexB97CF01730061104f47
Octal271174360276006420117107
Binary1011100111111001111000010111110000011010001000010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97CF0; }

 p { color: rgb(185,124,240); }

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

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

 a { background-color: rgb(185,124,240); }

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

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

 span { border-color: rgb(185,124,240); }

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