#B98AFD

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

Shades of Biloba Flower #B98AFD

Tints of Biloba Flower #B98AFD

Color information

#B98AFD (or 0xB98AFD) is unknown color: approx Biloba Flower. HEX triplet: B9, 8A and FD. RGB value is (185,138,253). Sum of RGB (Red+Green+Blue) = 185+138+253=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 138 (54.30% from 255 or 23.96% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #B98AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98AFD is #467502. Grayscale: #A4A4A4. Windows color (decimal): -4617475 or 16616121. OLE color: 16616121.

HSL color Cylindrical-coordinate representation of color #B98AFD: hue angle of 264.52º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B98AFD is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB185138253-
CMYK0.270.4500.01
HSL264.52º96.64%76.67%-
HSV(B)264.52º45.45%99.22%-
XYZ46.8335.5897.33-
YUV165.16177.57142.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.12%
GREEN value IS 138 (54.30% from 255) = 23.96%
BLUE value IS 253 (99.22% from 255) = 43.92%
R=32.12%
G=23.96%
B=43.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1851382530.270.4500.01264.5296.6476.67
HexB98AFD1B2D01109614d
Octal271212375335501411141115
Binary101110011000101011111101110111011010110000100111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98AFD; }

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

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

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

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

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

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

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

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