#B98DF6

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

Shades of Biloba Flower #B98DF6

Tints of Biloba Flower #B98DF6

Color information

#B98DF6 (or 0xB98DF6) is unknown color: approx Biloba Flower. HEX triplet: B9, 8D and F6. RGB value is (185,141,246). Sum of RGB (Red+Green+Blue) = 185+141+246=572 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.34% from 572); Green value is 141 (55.47% from 255 or 24.65% from 572); Blue value is 246 (96.48% from 255 or 43.01% from 572); Max value from RGB is 246 - color contains mainly: blue. Hex color #B98DF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98DF6 is #467209. Grayscale: #A5A5A5. Windows color (decimal): -4616714 or 16158137. OLE color: 16158137.

HSL color Cylindrical-coordinate representation of color #B98DF6: hue angle of 265.14º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B98DF6 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB185141246-
CMYK0.250.4300.04
HSL265.14º85.37%75.88%-
HSV(B)265.14º42.68%96.47%-
XYZ46.1736.0291.71-
YUV166.13173.08141.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.34%
GREEN value IS 141 (55.47% from 255) = 24.65%
BLUE value IS 246 (96.48% from 255) = 43.01%
R=32.34%
G=24.65%
B=43.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1851412460.250.4300.04265.1485.3775.88
HexB98DF6192B04109554c
Octal271215366315304411125114
Binary10111001100011011111011011001101011010010000100110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98DF6; }

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

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

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

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

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

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

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

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