#B98EE1

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

Shades of Biloba Flower #B98EE1

Tints of Biloba Flower #B98EE1

Color information

#B98EE1 (or 0xB98EE1) is unknown color: approx Biloba Flower. HEX triplet: B9, 8E and E1. RGB value is (185,142,225). Sum of RGB (Red+Green+Blue) = 185+142+225=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 142 (55.86% from 255 or 25.72% from 552); Blue value is 225 (88.28% from 255 or 40.76% from 552); Max value from RGB is 225 - color contains mainly: blue. Hex color #B98EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98EE1 is #46711E. Grayscale: #A4A4A4. Windows color (decimal): -4616479 or 14782137. OLE color: 14782137.

HSL color Cylindrical-coordinate representation of color #B98EE1: hue angle of 271.08º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B98EE1 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB185142225-
CMYK0.180.3700.12
HSL271.08º58.04%71.96%-
HSV(B)271.08º36.89%88.24%-
XYZ43.2735.175.73-
YUV164.32162.25142.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.51%
GREEN value IS 142 (55.86% from 255) = 25.72%
BLUE value IS 225 (88.28% from 255) = 40.76%
R=33.51%
G=25.72%
B=40.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1851422250.180.3700.12271.0858.0471.96
HexB98EE112250C10f3a48
Octal271216341224501441772110
Binary10111001100011101110000110010100101011001000011111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98EE1; }

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

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

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

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

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

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

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

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