#B986F7

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

Shades of Biloba Flower #B986F7

Tints of Biloba Flower #B986F7

Color information

#B986F7 (or 0xB986F7) is unknown color: approx Biloba Flower. HEX triplet: B9, 86 and F7. RGB value is (185,134,247). Sum of RGB (Red+Green+Blue) = 185+134+247=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 247 (96.88% from 255 or 43.64% from 566); Max value from RGB is 247 - color contains mainly: blue. Hex color #B986F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B986F7 is #467908. Grayscale: #A1A1A1. Windows color (decimal): -4618505 or 16221881. OLE color: 16221881.

HSL color Cylindrical-coordinate representation of color #B986F7: hue angle of 267.08º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B986F7 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB185134247-
CMYK0.250.4600.03
HSL267.08º87.6%74.71%-
HSV(B)267.08º45.75%96.86%-
XYZ45.3234.0892.19-
YUV162.13175.9144.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.69%
GREEN value IS 134 (52.73% from 255) = 23.67%
BLUE value IS 247 (96.88% from 255) = 43.64%
R=32.69%
G=23.67%
B=43.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1851342470.250.4600.03267.0887.674.71
HexB986F7192E0310b584b
Octal271206367315603413130113
Binary1011100110000110111101111100110111001110000101110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B986F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B986F7; }

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

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

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

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

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

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

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

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