#B98DF3

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

Shades of Biloba Flower #B98DF3

Tints of Biloba Flower #B98DF3

Color information

#B98DF3 (or 0xB98DF3) is unknown color: approx Biloba Flower. HEX triplet: B9, 8D and F3. RGB value is (185,141,243). Sum of RGB (Red+Green+Blue) = 185+141+243=569 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.51% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 243 (95.31% from 255 or 42.71% from 569); Max value from RGB is 243 - color contains mainly: blue. Hex color #B98DF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98DF3 is #46720C. Grayscale: #A5A5A5. Windows color (decimal): -4616717 or 15961529. OLE color: 15961529.

HSL color Cylindrical-coordinate representation of color #B98DF3: hue angle of 265.88º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B98DF3 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB185141243-
CMYK0.240.4200.05
HSL265.88º80.95%75.29%-
HSV(B)265.88º41.98%95.29%-
XYZ45.7135.8489.3-
YUV165.78171.58141.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.51%
GREEN value IS 141 (55.47% from 255) = 24.78%
BLUE value IS 243 (95.31% from 255) = 42.71%
R=32.51%
G=24.78%
B=42.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1851412430.240.4200.05265.8880.9575.29
HexB98DF3182A0510a514b
Octal271215363305205412121113
Binary10111001100011011111001111000101010010110000101010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98DF3; }

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

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

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

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

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

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

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

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