#B98AF0

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

Shades of Biloba Flower #B98AF0

Tints of Biloba Flower #B98AF0

Color information

#B98AF0 (or 0xB98AF0) is unknown color: approx Biloba Flower. HEX triplet: B9, 8A and F0. RGB value is (185,138,240). Sum of RGB (Red+Green+Blue) = 185+138+240=563 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.86% from 563); Green value is 138 (54.30% from 255 or 24.51% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 240 - color contains mainly: blue. Hex color #B98AF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98AF0 is #46750F. Grayscale: #A3A3A3. Windows color (decimal): -4617488 or 15764153. OLE color: 15764153.

HSL color Cylindrical-coordinate representation of color #B98AF0: hue angle of 267.65º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B98AF0 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB185138240-
CMYK0.230.4200.06
HSL267.65º77.27%74.12%-
HSV(B)267.65º42.5%94.12%-
XYZ44.8234.7886.79-
YUV163.68171.07143.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.86%
GREEN value IS 138 (54.30% from 255) = 24.51%
BLUE value IS 240 (94.14% from 255) = 42.63%
R=32.86%
G=24.51%
B=42.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1851382400.230.4200.06267.6577.2774.12
HexB98AF0172A0610c4d4a
Octal271212360275206414115112
Binary10111001100010101111000010111101010011010000110010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98AF0; }

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

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

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

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

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

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

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

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