#B98AF1

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

Shades of Biloba Flower #B98AF1

Tints of Biloba Flower #B98AF1

Color information

#B98AF1 (or 0xB98AF1) is unknown color: approx Biloba Flower. HEX triplet: B9, 8A and F1. RGB value is (185,138,241). Sum of RGB (Red+Green+Blue) = 185+138+241=564 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.80% from 564); Green value is 138 (54.30% from 255 or 24.47% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #B98AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98AF1 is #46750E. Grayscale: #A3A3A3. Windows color (decimal): -4617487 or 15829689. OLE color: 15829689.

HSL color Cylindrical-coordinate representation of color #B98AF1: hue angle of 267.38º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B98AF1 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB185138241-
CMYK0.230.4300.05
HSL267.38º78.63%74.31%-
HSV(B)267.38º42.74%94.51%-
XYZ44.9734.8487.57-
YUV163.79171.57143.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.80%
GREEN value IS 138 (54.30% from 255) = 24.47%
BLUE value IS 241 (94.53% from 255) = 42.73%
R=32.80%
G=24.47%
B=42.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1851382410.230.4300.05267.3878.6374.31
HexB98AF1172B0510b4f4a
Octal271212361275305413117112
Binary10111001100010101111000110111101011010110000101110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98AF1; }

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

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

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

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

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

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

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

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