#B98CFB

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

Shades of Biloba Flower #B98CFB

Tints of Biloba Flower #B98CFB

Color information

#B98CFB (or 0xB98CFB) is unknown color: approx Biloba Flower. HEX triplet: B9, 8C and FB. RGB value is (185,140,251). Sum of RGB (Red+Green+Blue) = 185+140+251=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #B98CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98CFB is #467304. Grayscale: #A5A5A5. Windows color (decimal): -4616965 or 16485561. OLE color: 16485561.

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

Color convert

RGB185140251-
CMYK0.260.4400.02
HSL264.32º93.28%76.67%-
HSV(B)264.32º44.22%98.43%-
XYZ46.836.0495.76-
YUV166.11175.91141.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.12%
GREEN value IS 140 (55.08% from 255) = 24.31%
BLUE value IS 251 (98.44% from 255) = 43.58%
R=32.12%
G=24.31%
B=43.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851402510.260.4400.02264.3293.2876.67
HexB98CFB1A2C021085d4d
Octal271214373325402410135115
Binary1011100110001100111110111101010110001010000100010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98CFB; }

 p { color: rgb(185,140,251); }

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

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

 a { background-color: rgb(185,140,251); }

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

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

 span { border-color: rgb(185,140,251); }

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