#B985F1

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

Shades of Biloba Flower #B985F1

Tints of Biloba Flower #B985F1

Color information

#B985F1 (or 0xB985F1) is unknown color: approx Biloba Flower. HEX triplet: B9, 85 and F1. RGB value is (185,133,241). Sum of RGB (Red+Green+Blue) = 185+133+241=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #B985F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B985F1 is #467A0E. Grayscale: #A0A0A0. Windows color (decimal): -4618767 or 15828409. OLE color: 15828409.

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

Color convert

RGB185133241-
CMYK0.230.4500.05
HSL268.89º79.41%73.33%-
HSV(B)268.89º44.81%94.51%-
XYZ44.2733.4487.34-
YUV160.86173.23145.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.09%
GREEN value IS 133 (52.34% from 255) = 23.79%
BLUE value IS 241 (94.53% from 255) = 43.11%
R=33.09%
G=23.79%
B=43.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1851332410.230.4500.05268.8979.4173.33
HexB985F1172D0510d4f49
Octal271205361275505415117111
Binary10111001100001011111000110111101101010110000110110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B985F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B985F1; }

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

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

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

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

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

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

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

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