#B98AF5

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

Shades of Biloba Flower #B98AF5

Tints of Biloba Flower #B98AF5

Color information

#B98AF5 (or 0xB98AF5) is unknown color: approx Biloba Flower. HEX triplet: B9, 8A and F5. RGB value is (185,138,245). Sum of RGB (Red+Green+Blue) = 185+138+245=568 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.57% from 568); Green value is 138 (54.30% from 255 or 24.30% from 568); Blue value is 245 (96.09% from 255 or 43.13% from 568); Max value from RGB is 245 - color contains mainly: blue. Hex color #B98AF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98AF5 is #46750A. Grayscale: #A3A3A3. Windows color (decimal): -4617483 or 16091833. OLE color: 16091833.

HSL color Cylindrical-coordinate representation of color #B98AF5: hue angle of 266.36º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B98AF5 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB185138245-
CMYK0.240.4400.04
HSL266.36º84.25%75.1%-
HSV(B)266.36º43.67%96.08%-
XYZ45.5835.0890.76-
YUV164.25173.57142.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.57%
GREEN value IS 138 (54.30% from 255) = 24.30%
BLUE value IS 245 (96.09% from 255) = 43.13%
R=32.57%
G=24.30%
B=43.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1851382450.240.4400.04266.3684.2575.1
HexB98AF5182C0410a544b
Octal271212365305404412124113
Binary10111001100010101111010111000101100010010000101010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98AF5; }

 p { color: rgb(185,138,245); }

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

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

 a { background-color: rgb(185,138,245); }

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

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

 span { border-color: rgb(185,138,245); }

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