#B98AFA

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

Shades of Biloba Flower #B98AFA

Tints of Biloba Flower #B98AFA

Color information

#B98AFA (or 0xB98AFA) is unknown color: approx Biloba Flower. HEX triplet: B9, 8A and FA. RGB value is (185,138,250). Sum of RGB (Red+Green+Blue) = 185+138+250=573 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.29% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #B98AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98AFA is #467505. Grayscale: #A4A4A4. Windows color (decimal): -4617478 or 16419513. OLE color: 16419513.

HSL color Cylindrical-coordinate representation of color #B98AFA: hue angle of 265.18º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B98AFA is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB185138250-
CMYK0.260.4500.02
HSL265.18º91.8%76.08%-
HSV(B)265.18º44.8%98.04%-
XYZ46.3535.3994.83-
YUV164.82176.07142.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.29%
GREEN value IS 138 (54.30% from 255) = 24.08%
BLUE value IS 250 (98.05% from 255) = 43.63%
R=32.29%
G=24.08%
B=43.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851382500.260.4500.02265.1891.876.08
HexB98AFA1A2D021095c4c
Octal271212372325502411134114
Binary1011100110001010111110101101010110101010000100110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98AFA; }

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

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

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

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

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

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

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

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