#B97CE9

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

Shades of Biloba Flower #B97CE9

Tints of Biloba Flower #B97CE9

Color information

#B97CE9 (or 0xB97CE9) is unknown color: approx Biloba Flower. HEX triplet: B9, 7C and E9. RGB value is (185,124,233). Sum of RGB (Red+Green+Blue) = 185+124+233=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 233 (91.41% from 255 or 42.99% from 542); Max value from RGB is 233 - color contains mainly: blue. Hex color #B97CE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B97CE9 is #468316. Grayscale: #9A9A9A. Windows color (decimal): -4621079 or 15301817. OLE color: 15301817.

HSL color Cylindrical-coordinate representation of color #B97CE9: hue angle of 273.58º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B97CE9 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB185124233-
CMYK0.210.4700.09
HSL273.58º71.24%70%-
HSV(B)273.58º46.78%91.37%-
XYZ41.9230.6180.79-
YUV154.67172.21149.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.13%
GREEN value IS 124 (48.83% from 255) = 22.88%
BLUE value IS 233 (91.41% from 255) = 42.99%
R=34.13%
G=22.88%
B=42.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1851242330.210.4700.09273.5871.2470
HexB97CE9152F091124746
Octal2711743512557011422107106
Binary10111001111110011101001101011011110100110001001010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97CE9; }

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

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

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

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

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

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

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

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