#B98EF8

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

Shades of Biloba Flower #B98EF8

Tints of Biloba Flower #B98EF8

Color information

#B98EF8 (or 0xB98EF8) is unknown color: approx Biloba Flower. HEX triplet: B9, 8E and F8. RGB value is (185,142,248). Sum of RGB (Red+Green+Blue) = 185+142+248=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 142 (55.86% from 255 or 24.70% from 575); Blue value is 248 (97.27% from 255 or 43.13% from 575); Max value from RGB is 248 - color contains mainly: blue. Hex color #B98EF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98EF8 is #467107. Grayscale: #A6A6A6. Windows color (decimal): -4616456 or 16289465. OLE color: 16289465.

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

Color convert

RGB185142248-
CMYK0.250.4300.03
HSL264.34º88.33%76.47%-
HSV(B)264.34º42.74%97.25%-
XYZ46.6236.4493.38-
YUV166.94173.75140.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.17%
GREEN value IS 142 (55.86% from 255) = 24.70%
BLUE value IS 248 (97.27% from 255) = 43.13%
R=32.17%
G=24.70%
B=43.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1851422480.250.4300.03264.3488.3376.47
HexB98EF8192B03108584c
Octal271216370315303410130114
Binary1011100110001110111110001100110101101110000100010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98EF8; }

 p { color: rgb(185,142,248); }

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

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

 a { background-color: rgb(185,142,248); }

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

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

 span { border-color: rgb(185,142,248); }

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