#B486F6

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

Shades of Biloba Flower #B486F6

Tints of Biloba Flower #B486F6

Color information

#B486F6 (or 0xB486F6) is unknown color: approx Biloba Flower. HEX triplet: B4, 86 and F6. RGB value is (180,134,246). Sum of RGB (Red+Green+Blue) = 180+134+246=560 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.14% from 560); Green value is 134 (52.73% from 255 or 23.93% from 560); Blue value is 246 (96.48% from 255 or 43.93% from 560); Max value from RGB is 246 - color contains mainly: blue. Hex color #B486F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B486F6 is #4B7909. Grayscale: #A0A0A0. Windows color (decimal): -4946186 or 16156340. OLE color: 16156340.

HSL color Cylindrical-coordinate representation of color #B486F6: hue angle of 264.64º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B486F6 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB180134246-
CMYK0.270.4600.04
HSL264.64º86.15%74.51%-
HSV(B)264.64º45.53%96.47%-
XYZ43.9833.4191.32-
YUV160.52176.24141.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.14%
GREEN value IS 134 (52.73% from 255) = 23.93%
BLUE value IS 246 (96.48% from 255) = 43.93%
R=32.14%
G=23.93%
B=43.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1801342460.270.4600.04264.6486.1574.51
HexB486F61B2E04109564b
Octal264206366335604411126113
Binary10110100100001101111011011011101110010010000100110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B486F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B486F6; }

 p { color: rgb(180,134,246); }

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

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

 a { background-color: rgb(180,134,246); }

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

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

 span { border-color: rgb(180,134,246); }

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