#B98DF9

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

Shades of Biloba Flower #B98DF9

Tints of Biloba Flower #B98DF9

Color information

#B98DF9 (or 0xB98DF9) is unknown color: approx Biloba Flower. HEX triplet: B9, 8D and F9. RGB value is (185,141,249). Sum of RGB (Red+Green+Blue) = 185+141+249=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 141 (55.47% from 255 or 24.52% from 575); Blue value is 249 (97.66% from 255 or 43.30% from 575); Max value from RGB is 249 - color contains mainly: blue. Hex color #B98DF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98DF9 is #467206. Grayscale: #A6A6A6. Windows color (decimal): -4616711 or 16354745. OLE color: 16354745.

HSL color Cylindrical-coordinate representation of color #B98DF9: hue angle of 264.44º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B98DF9 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB185141249-
CMYK0.260.4300.02
HSL264.44º90%76.47%-
HSV(B)264.44º43.37%97.65%-
XYZ46.6336.294.15-
YUV166.47174.58141.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.17%
GREEN value IS 141 (55.47% from 255) = 24.52%
BLUE value IS 249 (97.66% from 255) = 43.30%
R=32.17%
G=24.52%
B=43.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851412490.260.4300.02264.449076.47
HexB98DF91A2B021085a4c
Octal271215371325302410132114
Binary1011100110001101111110011101010101101010000100010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98DF9; }

 p { color: rgb(185,141,249); }

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

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

 a { background-color: rgb(185,141,249); }

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

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

 span { border-color: rgb(185,141,249); }

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