#B98AF4

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

Shades of Biloba Flower #B98AF4

Tints of Biloba Flower #B98AF4

Color information

#B98AF4 (or 0xB98AF4) is unknown color: approx Biloba Flower. HEX triplet: B9, 8A and F4. RGB value is (185,138,244). Sum of RGB (Red+Green+Blue) = 185+138+244=567 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.63% from 567); Green value is 138 (54.30% from 255 or 24.34% from 567); Blue value is 244 (95.70% from 255 or 43.03% from 567); Max value from RGB is 244 - color contains mainly: blue. Hex color #B98AF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98AF4 is #46750B. Grayscale: #A3A3A3. Windows color (decimal): -4617484 or 16026297. OLE color: 16026297.

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

Color convert

RGB185138244-
CMYK0.240.4300.04
HSL266.6º82.81%74.9%-
HSV(B)266.6º43.44%95.69%-
XYZ45.4335.0289.95-
YUV164.14173.07142.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.63%
GREEN value IS 138 (54.30% from 255) = 24.34%
BLUE value IS 244 (95.70% from 255) = 43.03%
R=32.63%
G=24.34%
B=43.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1851382440.240.4300.04266.682.8174.9
HexB98AF4182B0410b534b
Octal271212364305304413123113
Binary10111001100010101111010011000101011010010000101110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98AF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98AF4; }

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

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

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

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

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

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

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

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