#B986FD

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

Shades of Biloba Flower #B986FD

Tints of Biloba Flower #B986FD

Color information

#B986FD (or 0xB986FD) is unknown color: approx Biloba Flower. HEX triplet: B9, 86 and FD. RGB value is (185,134,253). Sum of RGB (Red+Green+Blue) = 185+134+253=572 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.34% from 572); Green value is 134 (52.73% from 255 or 23.43% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #B986FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B986FD is #467902. Grayscale: #A2A2A2. Windows color (decimal): -4618499 or 16615097. OLE color: 16615097.

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

Color convert

RGB185134253-
CMYK0.270.4700.01
HSL265.71º96.75%75.88%-
HSV(B)265.71º47.04%99.22%-
XYZ46.2634.4697.14-
YUV162.82178.9143.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.34%
GREEN value IS 134 (52.73% from 255) = 23.43%
BLUE value IS 253 (99.22% from 255) = 44.23%
R=32.34%
G=23.43%
B=44.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1851342530.270.4700.01265.7196.7575.88
HexB986FD1B2F0110a614c
Octal271206375335701412141114
Binary101110011000011011111101110111011110110000101011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B986FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B986FD; }

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

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

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

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

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

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

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

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